ProdWIPLedgerConflictTransBase.addConflictMessageFinancial Method [AX 2012]

Adds a conflict message to a specified list of conflicts.

protected void addConflictMessageFinancial(
    List _conflicts, 
    LedgerPostingType _postingType, 
    InventModelGroupId _itemGroupId)

Run On

Called

Parameters

_conflicts
Type: List Class
The list of conflicts to which to add the conflict message.
_postingType
Type: LedgerPostingType Enumeration
The transactions posting type.
_itemGroupId
Type: InventModelGroupId Extended Data Type
The item group for the conflicting transaction.

This method is called when a conflict is detected on a financial transaction. This method does not verify that a conflict occurred. This verification must be done before this method is called.

Community Additions

ADD
Show: