Share via


DimensionDefaultingController.parmAttributeValueSetDataSource Method [AX 2012]

Sets a reference to the data source and field name that links to a DimensionAttributeValueSet table that is notified when any values change.

Syntax

public void parmAttributeValueSetDataSource(FormDataSource _dataSource, FieldName _fieldName)

Run On

Called

Parameters

Exceptions

Exception Condition
Error

A valid data source and field ID that contains a reference to the DimensionAttributeValueSet table must be specified.

See Also

Reference

DimensionDefaultingController Class