LedgerDimensionController.setDataAreaId Method [AX 2012]
Sets an instance of the DataAreaId class that is used by the controller.
Syntax
public void setDataAreaId(DataAreaId _dataAreaId, [boolean _clearData])
Run On
Called
Parameters
- _dataAreaId
Type: DataAreaId Extended Data Type
The instance of the DataAreaId class for the controller to use.
- _clearData
Type: boolean
A Boolean value that indicates whether the data that is currently managed by the controller must be cleared; optional.