ProdWIPLedgerConflictTransBase.validateMainAccount Method [AX 2012]
Verifies that a conflict occurred on the account and the offset account for the transaction.
protected void validateMainAccount(
List _conflicts,
LedgerDimensionAccount _ledgerDimension,
LedgerDimensionAccount _ledgerDimensionOffset,
LedgerPostingType _postingType,
LedgerPostingType _postingTypeOffset)
Run On
CalledParameters
- _conflicts
- Type: List Class
A list of conflicts to which to add the conflict message.
- _ledgerDimension
- Type: LedgerDimensionAccount Extended Data Type
The ledger dimension of the transaction.
- _ledgerDimensionOffset
- Type: LedgerDimensionAccount Extended Data Type
The ledger offset dimension of the transaction.
- _postingType
- Type: LedgerPostingType Enumeration
The account posting type of the transaction.
- _postingTypeOffset
- Type: LedgerPostingType Enumeration
The offset account posting type of the transaction.
Community Additions
ADD
Show: