Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 861 Bytes

File metadata and controls

40 lines (25 loc) · 861 Bytes

keywords: Task Properties, Options Tab, Locate in Query, Allow Locate

Name in migrated code: AllowIncrementalSearch
Location in migrated code: OnLoad

Locate In Query

Migrated Code Example

protected override void OnLoad()
{
+    AllowIncrementalSearch = false;
}

Condition as an expression:

protected override void OnLoad()
{
+     BindAllowIncrementalSearch(() => ENV.Security.UserManager.CurrentUser.Name == "SUPERVISOR");
}

Property Values

True or false. The default is True which is Allow Locate in query = Yes in Magic


See Also
AllowIncrementalSearch
BindAllowIncrementalSearch