Share via


InventLedgerConflictInventory.postingRuleTransferOrJournalPhysical Method [AX 2012]

Indicates whether a conflict has occurred on a transfer physical transaction or a journal physical transaction.

Syntax

protected boolean postingRuleTransferOrJournalPhysical(InventValueReportUnionAll _inventValueReportUnionAll)

Run On

Called

Parameters

Return Value

Type: boolean
true if a conflict has been detected; otherwise, false.

Remarks

To determine whether this is a conflict, the posted flags on both the InventTransPosting table and the InventSettlement table have to be evaluated. The posted flag on the InventTransPosting table is not present in the inventory transaction data view and cannot be added. Therefore, to do this check, the InventTransPosting table data is found by using lookups in the InventSettlement table and InventTrans table.

See Also

Reference

InventLedgerConflictInventory Class