Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 582 Bytes

File metadata and controls

32 lines (20 loc) · 582 Bytes

keywords: Task Properties, Options Tab, Index change,

Name in migrated code: AllowSelectOrderBy
Location in migrated code: OnLoad

Index Change

Migrated Code Example

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

Condition as an expression:

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

Property Values

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