TradeCalcTax.transferEnumerableFactory Method [AX 2012]

Transfers a TradeTotalsEnumerableFactory object into this class to use caches that are built up in the calling class.

public boolean transferEnumerableFactory(TradeTotalsEnumerableFactory _enumerableFactory)

Run On

Called

Parameters

_enumerableFactory
Type: TradeTotalsEnumerableFactory Class
A TradeTotalsEnumerableFactory object.

Return Value

Type: boolean
true if the transferred object is accepted; otherwise, false.

The TradeTotalsEnumerableFactory object will only be accepted if the type of the transferred object is equal to the type of the TradeTotalsEnumerableFactory that would otherwise be initialized by the TradeCalcTax class.

Community Additions

ADD
Show: