Options

Name in migrated code: AllowActivitySwitch
Location in migrated code: OnLoad

Options

Migrated Code Example

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

Condition as an expression:

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

Property Values

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


See Also
AllowActivitySwitch
BindAllowActivitySwitch



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