ReleaseUpdateCockpit::newFormRun Method [AX 2012]
Creates a new instance of the ReleaseUpdateCockpitClass class and binds it to a ReleaseUpdateCockpit form.
Syntax
server public static ReleaseUpdateCockpit newFormRun(FormRun _formRun)
Run On
Server
Parameters
- _formRun
Type: FormRun Class
An instance of the ReleaseUpdateCockpit form.
Return Value
Type: ReleaseUpdateCockpit Class
A new instance of the ReleaseUpdateCockpit class.
Remarks
When the ReleaseUpdateCockpit form loads, the backend ReleaseUpdateCockpit form is created by calling this method.