PurchRFQLineMap.modifyInventDim Method
Sets the inventory dimension for the current line.
Syntax
public void modifyInventDim(InventDim _inventDim, FieldId _dimFieldId)
Run On
Called
Parameters
- _inventDim
Type: InventDim Table
The inventory dimension to set.
- _dimFieldId
Type: FieldId Extended Data Type
The inventory dimension field ID to use to check for a purchase price discount.
Remarks
This method should be called when an inventory dimension field is changed. The PurcRFQCaseTable and PurchRFQReplyTable forms call this method.