Share via


LedgerPostingCollection.getCollectionForAdd Method [AX 2012]

Gets the collection specific to the legal entity, ledger category, and custom qualifier.

Syntax

public Object getCollectionForAdd(
    CompanyId _legalEntity, 
    OperationsTax _ledgerCategory, 
   [RecId _customQualifier])

Run On

Called

Parameters

Return Value

Type: Object Class
A collection specific to the legal entity and ledger category.

Remarks

A valid collection is always returned. Use the getCollection method if a null Nothing nullptr unit a null reference (Nothing in Visual Basic) collection is preferred.

See Also

Reference

LedgerPostingCollection Class