Share via


ForecastSales.modifiedProductDim Method

Sets the price and discount by using the agreements, if it is required.

Syntax

public boolean modifiedProductDim(
    InventDim _inventDim, 
    FieldId _dimFieldId, 
    InventDimGroupSetup _inventDimGroupSetup)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    An InventDim record to use to find price agreements.
  • _dimFieldId
    Type: FieldId Extended Data Type
    A fieldId value of an InventDim field to use to determine whether price agreements must be used.
  • _inventDimGroupSetup
    Type: InventDimGroupSetup Class
    An instance of the InventDimGroupSetup class that provides information about dimension setup.

Return Value

Type: boolean
true if the line was updated; otherwise, false.

See Also

Reference

ForecastSales Table