PurchRFQLineMap.validateModifyInventDim Method [AX 2012]

Indicates whether the inventory dimension change is valid.

public boolean validateModifyInventDim(
    InventDim _inventDim, 
    FieldId _dimFieldId, 
   [InventDimGroupSetup _inventDimGroupSetup])

Run On

Called

Parameters

_inventDim
Type: InventDim Table
The inventory dimension to check.
_dimFieldId
Type: FieldId Extended Data Type
The inventory dimension field ID that was modified.
_inventDimGroupSetup
Type: InventDimGroupSetup Class
An instance of the InventDimGroupSetup class that contains information about the inventory dimension configuration.

Return Value

Type: boolean
true if the inventory dimension change is valid; otherwise, false.

This method should be called if the inventory dimensions are changed for the line.

Community Additions

ADD
Show: