Range

Name in migrated code: AllowFilterRows
Location in migrated code: OnLoad

Range

Migrated Code Example

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

Condition as an expression:

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

Property Values

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


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