Share via


InventBatchJournalFormControl.setEditPropertyForInventDimFields Method [AX 2012]

Set the edit property for fields in a form data source for an InventDim table based on which dimensions are active for the current item.

Syntax

public void setEditPropertyForInventDimFields(
    FormDataSource _inventDim_ds, 
    InventDimParm _inventDimParm, 
   [boolean _disableAll])

Run On

Client

Parameters

  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm that defines what inevntory dimension fields to update.
  • _disableAll
    Type: boolean
    Determines if this should disable edit for all fields selected by _inventDimParm instead of checking the dimension setup of the item.

See Also

Reference

InventBatchJournalFormControl Class