Share via


LedgerPostingCollection.getEmptyInstance Method [AX 2012]

Gets an empty instance of the collection.

Syntax

protected abstract Object getEmptyInstance()

Run On

Called

Return Value

Type: Object Class
An empty instance of the collection.

Remarks

This method is used to initialize the collection for a new legal entity, ledger category, and custom qualifier combination. The value returned corresponds to the values returned by the getCollection method and the getCollectionForAdd method.

See Also

Reference

LedgerPostingCollection Class