LedgerBalanceSheetDimCol_Cov.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 to update.
- _dimAttrId
Type: RefRecId Extended Data Type
The dimension attribute record ID for which the data source must be updated.
Return Value
Type: QueryBuildDataSource Class
The updated data source for the specified dimension attribute, which is either created or confirmed.