InventMov_Prod_JournalProd_Process.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 also make sure that the lot inheritance configuration key is enabled.