InventCostJournalIndirectCost.getIndirectCostPostedTotal Method [AX 2012]

Retrieves the total posted indirect cost for a particular lot ID, voucher number, and a date.

Syntax

public AmountMST getIndirectCostPostedTotal(
    InventTransId _inventTransId, 
    Voucher _voucher, 
    TransDate _transDate)

Run On

Called

Parameters

Return Value

Type: AmountMST Extended Data Type
The indirect cost amount that is posted.

See Also

Reference

InventCostJournalIndirectCost Class