Share via


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

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

See Also

Reference

LedgerPostingOneToManyCollection Class