Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 856 Bytes

File metadata and controls

39 lines (25 loc) · 856 Bytes

keywords: Task Properties, Options Tab, Index optimization,

Name in migrated code: SortOnIncrementalSearch
Location in migrated code: OnLoad

Index Optimization

Migrated Code Example

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

Condition as an expression:

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

Property Values

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


See Also
SortOnIncrementalSearch
BindSortOnIncrementalSearch