SysListPanelSet_AssetTransTypeJour::newForm Method [AX 2012]
Initializes a new instance of the SysListPanel class given the form reference.
Syntax
client server public static SysListPanel newForm(
FormRun formRun,
int parentId,
[boolean hasAddAllButton,
boolean hasRemoveAllButton])
Run On
Called
Parameters
- formRun
Type: FormRun Class
- parentId
Type: int
- hasAddAllButton
Type: boolean
- hasRemoveAllButton
Type: boolean
Return Value
Type: SysListPanel Class
A new instance of the SysListPanel class.
Remarks
This static method is called from the form on which the list panel control is displayed. The formRun reference and the parent control ID are from where the control is initialized.