RLedgerTurnoverTypeable.createPrecalcData Method [AX 2012]

Creates precalculated data for a transaction.

Syntax

public void createPrecalcData(
    Common _trans, 
    Common _transHeader, 
    Common _transSplit)

Run On

Called

Parameters

  • _trans
    Type: Common Table
    A table buffer holding the transaction.
  • _transHeader
    Type: Common Table
    A table buffer holding the transaction header.
  • _transSplit
    Type: Common Table
    A table buffer holding the split transaction.

See Also

Reference

RLedgerTurnoverTypeable Interface