ForecastPurch.modifiedProductDim Method
Sets a price and discount according to agreements.
Syntax
public boolean modifiedProductDim(
InventDim _inventDim,
FieldId _dimFieldId,
InventDimGroupSetup _inventDimGroupSetup)
Run On
Called
Parameters
- _inventDim
Type: InventDim Table
A InventDim record that is used to find price agreements.
- _dimFieldId
Type: FieldId Extended Data Type
A fieldId value of an InventDim field that is used to determine whether price agreements must be used.
- _inventDimGroupSetup
Type: InventDimGroupSetup Class
An instance of the InventDimGroupSetup class to provide information about the dimension setup.
Return Value
Type: boolean
true if the line was updated; otherwise, false.