Open Task Window
Name in migrated code: View
Location in migrated code: OnLoad
Migrated Code Example
protected override void OnLoad()
{
View = () => new Views.OrdersView(this);
}
When the property is set to No - the View property is not defined
Notes
In UIController (Online program in Magic) - The View property is defined by default
In BusinessProcess (Batch program in Magic) - The View property is not defined by degault
Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com