RunBaseDialogable.batch Method [AX 2012]
Shows or hides the Batch button control.
Syntax
public void batch(boolean batchable)
Run On
Client
Parameters
- batchable
Type: boolean
Remarks
In general, this method is not used in Microsoft Dynamics AX 3.0 (formerly known as Microsoft Business Solutions Axapta 3.0) because a Batch tab page is inserted automatically in standard dialogs. The method must be used in dialog forms that are created in the Application Object Tree (AOT), but only when not using the new Dialog::newFormnameRunbase method.
Do not implement new features by using this method. You should implement new features by using the new method.