Share via


InventMov_Prod_JournalProd_CoBy.pdsCanHaveBatchInheritance Method [AX 2012]

Gets a value that indicates whether the movement can trigger batch inheritance.

Syntax

public boolean pdsCanHaveBatchInheritance()

Run On

Called

Return Value

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

Remarks

This method should be overridden by applicable movement instances. All sub-classes that override this method so that it returns true must make sure that the lot inheritance configuration key is enabled.

See Also

Reference

InventMov_Prod_JournalProd_CoBy Class