Share via


DimensionDefaultingController.parmAttributeSetDataSource Method [AX 2012]

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

Syntax

public void parmAttributeSetDataSource(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 DimensionAttributeSet table must be specified.

See Also

Reference

DimensionDefaultingController Class