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 a new instance of the InventTransIdSum class for a specified inventory movement based on specified parameters.
Syntax
client server public static InventTransIdSum newParameters(
InventTransOriginId _transOriginId,
boolean _perChildType,
InventTransChildType _childType,
InventTransChildRefId _childRefId)
Run On
Called
Parameters
- _transOriginId
Type: InventTransOriginId Extended Data Type
- _perChildType
Type: boolean
true if it should calculate the result for the specified child type and reference; otherwise, false.
- _childType
Type: InventTransChildType Enumeration
The type of the inventory reference.
- _childRefId
Type: InventTransChildRefId Extended Data Type
The ID of the inventory reference.
Return Value
Type: InventTransIdSum Class
A new instance of the InventTransIdSum class.