Sorting

Name in migrated code: AllowCustomOrderBy
Location in migrated code: OnLoad

Sorting

Migrated Code Example

protected override void OnLoad()
{
     AllowCustomOrderBy = false;
} 

Condition as an expression:

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

Property Values

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


Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com