LedgerPostingOneToManyCollection::construct Method [AX 2012]
Initializes a new instance of the LedgerPostingOneToManyCollection class.
Syntax
client server public static LedgerPostingOneToManyCollection construct(
Types _typeOfOne,
Types _typeOfMany,
boolean _ignoreDuplicateValues)
Run On
Called
Parameters
- _typeOfOne
Type: Types Enumeration
The type of the one values in the collection.
- _typeOfMany
Type: Types Enumeration
The type of the many values in the collection.
- _ignoreDuplicateValues
Type: boolean
A Boolean value that indicates whether to ignore duplicate many values for the same one value.
Return Value
Type: LedgerPostingOneToManyCollection Class
A new instance of the LedgerPostingOneToManyCollection class.