Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _inventDim_ds
Type: FormDataSource Class
The form data source for an InventDim table.
- _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.