Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
private void createPaymentJournalLine(
LedgerJournalACType _accountType,
LedgerDimensionAccount _accountNum,
CurrencyCode _currency,
AmountCur _Amount,
TransDate _date,
ExchRate _exchRate,
[InvoiceId _invoiceId,
boolean _settle,
LedgerJournalTransTxt _transTxt,
DocumentNum _documentNum,
DimensionDefault _defaultDimension,
RetailTenderTypeId _tenderTypeId,
LedgerJournalACType _offsetAccountType,
LedgerDimensionAccount _offsetAccountNum,
boolean _prepayment,
PostingProfile _postingProifle])
Microsoft Dynamics AX 2012 R2 (SYS)
private void createPaymentJournalLine(
LedgerJournalACType _accountType,
LedgerDimensionAccount _accountNum,
CurrencyCode _currency,
AmountCur _Amount,
TransDate _date,
ExchRate _exchRate,
[InvoiceId _invoiceId,
boolean _settle,
LedgerJournalTransTxt _transTxt,
DocumentNum _documentNum,
DimensionDefault _defaultDimension,
RetailTenderTypeId _tenderTypeId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
private void createPaymentJournalLine(
LedgerJournalACType _accountType,
LedgerDimensionAccount _accountNum,
CurrencyCode _currency,
AmountCur _Amount,
TransDate _date,
ExchRate _exchRate,
[InvoiceId _invoiceId,
boolean _settle,
LedgerJournalTransTxt _transTxt,
DocumentNum _documentNum])
Run On
Called
Parameters
- _accountType
Type: LedgerJournalACType Enumeration
- _accountNum
Type: LedgerDimensionAccount Extended Data Type
- _currency
Type: CurrencyCode Extended Data Type
- _Amount
Type: AmountCur Extended Data Type
- _date
Type: TransDate Extended Data Type
- _exchRate
Type: ExchRate Extended Data Type
- _invoiceId
Type: InvoiceId Extended Data Type
- _settle
Type: boolean
- _transTxt
Type: LedgerJournalTransTxt Extended Data Type
- _documentNum
Type: DocumentNum Extended Data Type
- _defaultDimension
Type: DimensionDefault Extended Data Type
- _tenderTypeId
Type: RetailTenderTypeId Extended Data Type
- _offsetAccountType
Type: LedgerJournalACType Enumeration
- _offsetAccountNum
Type: LedgerDimensionAccount Extended Data Type
- _prepayment
Type: boolean
- _postingProifle
Type: PostingProfile Extended Data Type