Share via


InventReport_Age.setParameters Method [AX 2012]

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

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

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.

See Also

Reference

InventReport_Age Class