Share via


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

  • parentId
    Type: int

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.

See Also

Reference

SysListPanelSet_AssetTransTypeJour Class