LedgerDimensionController.parmDataSource Method [AX 2012]
Sets a reference to the data source and field name that link to a DimensionAttributeValueCombination table.
Syntax
protected void parmDataSource(FormDataSource _dataSource, FieldName _fieldName)
Run On
Called
Parameters
- _dataSource
Type: FormDataSource Class
The data source that contains the field reference.
- _fieldName
Type: FieldName Extended Data Type
The data source field that contains the reference.
Exceptions
Exception | Condition |
---|---|
Error | A valid data source and field ID that contains a reference to the DimensionAttributeValueCombination record must be specified. |