Share via


ReqCalc.mcrSkipInventTrans Method [AX 2012]

Returns a boolean value indiciating whether planning should be skipped for the specified _inventTransOrigin record.

Syntax

private boolean mcrSkipInventTrans(InventTransOrigin _inventTransOrigin)

Run On

Called

Parameters

Return Value

Type: boolean
true if planning should be skipped; otherwise, false.

Remarks

Records are skipped if they are drop ship or kit headers. Kit headers are skipped because planned orders should not be created for them and so kit component lines will not be planned for twice the quantity.

See Also

Reference

ReqCalc Class