Skip to content

Commit ef1dfb5

Browse files
committed
Including Personal Views when selecting records #30 #31
1 parent dcb6953 commit ef1dfb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CustomActionTester/CATcode.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,8 @@ private Entity LookupRecord(string entityname)
770770
var lkp = new XRMLookupDialog
771771
{
772772
Service = Service,
773-
LogicalName = entityname
773+
LogicalName = entityname,
774+
IncludePersonalViews = true
774775
};
775776
if (lkp.ShowDialog(this) == DialogResult.OK)
776777
{

0 commit comments

Comments
 (0)