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