Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds fields to the dialog box that are common for all dialog boxes in the hierarchy.
Syntax
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.