Share via


AxInventJournalTrans.isCostAmountFieldsSet Method [AX 2012]

Determines whether any one of the following fields have been set: ItemId, Qty, PriceUnit, CostAmount, CostMarkUp.

Syntax

private boolean isCostAmountFieldsSet()

Run On

Called

Return Value

Type: boolean
true if any one of the following fields has been set: ItemId, Qty, PriceUnit, CostAmount, CostMarkUp; otherwise, false.

See Also

AxInventJournalTrans Class

InventJournalTrans.calcCostAmount Method