Share via


DimensionDefaultingController::formDataSourceDimensionsAllowEdit Method [AX 2012]

Sets the allowEdit property of the extended form data source fields for the dimension array.

Syntax

client public static void formDataSourceDimensionsAllowEdit(
    FormDataSource _formDataSource, 
    FieldId _fieldId, 
    boolean _allowEdit, 
   [Map _mapFieldObjects])

Run On

Client

Parameters

  • _allowEdit
    Type: boolean
    An allow edit parameter.
  • _mapFieldObjects
    Type: Map Class
    A map with already extended field objects that are used for accessing a set of individual array fields from the array; optional.

See Also

Reference

DimensionDefaultingController Class