InventMovement.pdsCanHaveBatchInheritance Method [AX 2012]

Gets a value indicating if the movement can trigger batch inheritance.

Syntax

public boolean pdsCanHaveBatchInheritance()

Run On

Called

Return Value

Type: boolean
true if this movement can trigger batch inheritance; otherwise, false.

Remarks

To be overridden by applicable movement instances. All sub-classes that override this to return true, must also ensure that the lot inheritance configuration key is enabled.

See Also

Reference

InventMovement Class