DimensionDefaultingController.updateFormDataSourceFK Method [AX 2012]
Writes the specified set that represents the specified check boxes, combo boxes, or value controls.
Syntax
private void updateFormDataSourceFK(
FormDataSource _dataSource,
FieldName _fieldName,
boolean _isValueSet)
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.
- _isValueSet
Type: boolean
true if the value set is being updated; otherwise, false.