ReqTransPoMark.dialogAddDefaultFields Method [AX 2012]

Adds fields to the dialog box that are common for all dialog boxes in the hierarchy.

protected void dialogAddDefaultFields(
    Dialog _dialog, 
    boolean _addEmptyGroup, 
    boolean _addMarkedInfoAsGroup)

Run On

Called

Parameters

_dialog
Type: Dialog Class
The Dialog object to which the fields are added.
_addEmptyGroup
Type: boolean
A Boolean value that indicates whether an empty group is added.
_addMarkedInfoAsGroup
Type: boolean
A Boolean value that indicates whether the marked record information is added as a group.

Community Additions

ADD
Show: