Share via


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

  • _isValueSet
    Type: boolean
    true if the value set is being updated; otherwise, false.

See Also

Reference

DimensionDefaultingController Class