InventSumDateEngine::newParameters Method [AX 2012]

Creates an instance of the InventSumDateEngine class and initializes it with the value for the report.

Syntax

server public static InventSumDateEngine newParameters(
    TransDate _perDate, 
    InventDimParm _inventDimParm, 
    NoYes _deleteZeroLines, 
   [Query _query])

Run On

Server

Parameters

  • _inventDimParm
    Type: InventDimParm Table
    The set of inventory dimensions for which to print the report.
  • _deleteZeroLines
    Type: NoYes Enumeration
    A Boolean value that indicates whether the lines without an on-hand value should be removed.

Return Value

Type: InventSumDateEngine Class
An instance of the InventSumDateEngine class.

See Also

Reference

InventSumDateEngine Class