IndexChange

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


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