EmplSettle_RU.getDistributions Method [AX 2012]

Returns an enumerator of distributions that were created.

Syntax

protected Enumerator getDistributions(
    EmplTrans_RU _emplTrans, 
    LedgerDimensionAccount _defaultLedgerDimension, 
    DimensionDefault _defaultDimension, 
    Amount _accountingAmount, 
    Amount _reportingAmount)

Run On

Server

Parameters

  • _emplTrans
    Type: EmplTrans_RU Table
    The EmplTrans_RU record that is the distributed transaction.

Return Value

Type: Enumerator Interface
An enumerator of a list that contains the collection of CustVendTransDistribution instances that were created.

See Also

Reference

EmplSettle_RU Class