Share via


PurchRFQLineMap.validateModifyInventDim Method

Indicates whether the inventory dimension change is valid.

Syntax

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

Run On

Called

Parameters

  • _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.

Remarks

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

See Also

Reference

PurchRFQLineMap Map