Cycle on Record
Name in migrated code: GoToToNextRowAfterLastControl
Location in migrated code: OnLoad
Migrated Code Example
protected override void OnLoad()
{
GoToToNextRowAfterLastControl = true;
}
Condition as an expression:
protected override void OnLoad()
{
BindGoToToNextRowAfterLastControl(() => !(ENV.Security.UserManager.CurrentUser.Name == "SUPERVISOR"));
}
Property Values
True or false. The default is false which is Cycle on record = Yes in Magic
See Also
UIController GoToNextRowAfterLastControl
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com