Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the parameters from the InventAgeDim report.
Syntax
public void setParameters(
    TransDate _perDate, 
    NoYes _showZeroLines, 
    ValueQty _valueQty, 
    TransDate _cutOffPeriod1, 
    TransDate _cutOffPeriod2, 
    TransDate _cutOffPeriod3, 
    TransDate _cutOffPeriod4)
Run On
Server
Parameters
- _perDate
 Type: TransDate Extended Data Type
 The on date value for the last day of the period for which the transactions are needed.
- _showZeroLines
 Type: NoYes Enumeration
 The include list of all items with or without carrying costs.
- _valueQty
 Type: ValueQty Enumeration
 The value to include for the carrying cost and inventory level.
- _cutOffPeriod1
 Type: TransDate Extended Data Type
 The first cut-off date.
- _cutOffPeriod2
 Type: TransDate Extended Data Type
 The second cut-off date.
- _cutOffPeriod3
 Type: TransDate Extended Data Type
 The third cut-off date.
- _cutOffPeriod4
 Type: TransDate Extended Data Type
 The fourth cut-off date.
Remarks
This method gets the parameters from the InventAgeDim report through the InventAgeDimDP class and does the required calculations which will be used by the InventAgeDimDP class.