InventLedgerConflictInventory.postingRuleTransferOrJournalFinancial Method [AX 2012]
Indicates whether a conflict has occurred on a transfer financial transaction or a journal financial transaction.
Syntax
protected boolean postingRuleTransferOrJournalFinancial(InventValueReportUnionAll _inventValueReportUnionAll)
Run On
Called
Parameters
- _inventValueReportUnionAll
Type: InventValueReportUnionAll View
The view buffer with inventory transaction data.
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.