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.
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
- _perDate
Type: TransDate Extended Data Type
The date for which to print the report.
- _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.
- _query
Type: Query Class
Return Value
Type: InventSumDateEngine Class
An instance of the InventSumDateEngine class.