LedgerBalanceSheetDim.ensureDimAttrDS Method [AX 2012]
Ensures that a data source exists for the specified dimension attribute and creates it if it does not.
Syntax
protected QueryBuildDataSource ensureDimAttrDS(QueryBuildDataSource _qbds, RefRecId _dimAttrId)
Run On
Called
Parameters
- _qbds
Type: QueryBuildDataSource Class
The data source being updated.
- _dimAttrId
Type: RefRecId Extended Data Type
The dimension attribute record ID for which the data source has to be updated.
Return Value
Type: QueryBuildDataSource Class
The updated data source for the specified dimension attribute that is created or confirmed.