Refresh Task Window

Name in migrated code: ReloadDataAfterSavingRow
Location in migrated code: OnLoad

Migrated Code Example

protected override void OnLoad()
{
     ReloadDataAfterSavingRow = true;

} 

Condition as an expression:

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

Property Values

True or false. The default is false which is Refresh task window = No in Magic

See Also

UIController ReloadDataAfterSavingRow


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