LedgerDimensionDefaultAccountController.setDataAreaId Method [AX 2012]
Sets the DataAreaId instance 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 DataAreaId instance for the controller to use.
- _clearData
Type: boolean
true if the data currently managed by the controller should be cleared; otherwise, false. This parameter is optional.