RetailStatementPaymentJournal.createPaymentLedgerTrans Method [AX 2012]
Creates ledger jounral payment trans records for the given values passed as parameters.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public void createPaymentLedgerTrans(
RetailAccountType _accountType,
LedgerDimensionAccount _accountNum,
RetailAccountType _offsetAccountType,
LedgerDimensionAccount _offsetAccountNum,
CurrencyCode _currency,
AmountCur _Amount,
TransDate _date,
[LedgerJournalTransTxt _transTxt,
DocumentNum _documentNum,
RetailTenderTypeId _tenderTypeId,
DimensionDefault _defaultDimension])
Microsoft Dynamics AX 2012 R2 (SYS)
public void createPaymentLedgerTrans(
RetailAccountType _accountType,
LedgerDimensionAccount _accountNum,
RetailAccountType _offsetAccountType,
LedgerDimensionAccount _offsetAccountNum,
CurrencyCode _currency,
AmountCur _Amount,
TransDate _date,
[LedgerJournalTransTxt _transTxt,
DocumentNum _documentNum,
RetailTenderTypeId _tenderTypeId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void createPaymentLedgerTrans(
RetailAccountType _accountType,
LedgerDimensionAccount _accountNum,
RetailAccountType _offsetAccountType,
LedgerDimensionAccount _offsetAccountNum,
CurrencyCode _currency,
AmountCur _Amount,
TransDate _date,
[LedgerJournalTransTxt _transTxt,
DocumentNum _documentNum])
Run On
CalledParameters
- _accountType
- Type: RetailAccountType Extended Data Type
The given value for account type.
- _accountNum
- Type: LedgerDimensionAccount Extended Data Type
The given value for account number.
- _offsetAccountType
- Type: RetailAccountType Extended Data Type
The given value for offset account type.
- _offsetAccountNum
- Type: LedgerDimensionAccount Extended Data Type
The given value for offset account number.
- _currency
- Type: CurrencyCode Extended Data Type
The given currency value.
- _Amount
- Type: AmountCur Extended Data Type
The value for amount.
- _date
- Type: TransDate Extended Data Type
The transaction date.
- _transTxt
- Type: LedgerJournalTransTxt Extended Data Type
The transaction text.
- _documentNum
- Type: DocumentNum Extended Data Type
The given value for document number.
- _tenderTypeId
- Type: RetailTenderTypeId Extended Data Type
The given value for tender type Id.
- _defaultDimension
- Type: DimensionDefault Extended Data Type
Community Additions
ADD
Show:
Note