Share via


PmfCoByProdCalcTrans::updateRealCalcIndirect Method

Recalculates the cost sheet of the co-products for a specified production order and updates records in the PmfCoByProdCalcTrans table accordingly.

Syntax

client server public static void updateRealCalcIndirect(
    ProdTable _prodTable, 
    TransDate _transDate, 
    Voucher _voucher)

Run On

Called

Parameters

  • _prodTable
    Type: ProdTable Table
    A record in the ProdTable table that represents the production order.
  • _transDate
    Type: TransDate Extended Data Type
    The date of the financial update; optional. Must be specified if _updateProdIndirectTrans is true.
  • _voucher
    Type: Voucher Extended Data Type
    The financial voucher; optional. Must be specified if _updateProdIndirectTrans is true.

Remarks

This code is similar to the primary loops of the ProdCalcTrans.updateRealCalcIndirect method.

See Also

Reference

PmfCoByProdCalcTrans Table