RetailStatementPaymentJournal.createTenderedPaymentLines Method [AX 2012]

NoteNote

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 createTenderedPaymentLines(
            LedgerJournalACType _accountType, 
            LedgerDimensionAccount _accountNum, 
            CurrencyCode _transactionCurrency, 
            CurrencyCode _postingCurrency, 
            AmountCur _amountCur, 
            TransDate _date, 
            ExchRate _exchRate, 
           [InvoiceId _invoiceId, 
            boolean _settle, 
            RetailTenderTypeId _tenderTypeId, 
            LedgerJournalACType _offsetAccountType, 
            LedgerDimensionAccount _offsetAccountNum, 
            DimensionDefault _defaultDimension, 
            boolean _prepayment])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void createTenderedPaymentLines(
            LedgerJournalACType _accountType, 
            LedgerDimensionAccount _accountNum, 
            CurrencyCode _transactionCurrency, 
            CurrencyCode _postingCurrency, 
            AmountCur _amountCur, 
            TransDate _date, 
            ExchRate _exchRate, 
           [InvoiceId _invoiceId, 
            boolean _settle, 
            RetailTenderTypeId _tenderTypeId])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void createTenderedPaymentLines(
            LedgerJournalACType _accountType, 
            LedgerDimensionAccount _accountNum, 
            CurrencyCode _transactionCurrency, 
            CurrencyCode _postingCurrency, 
            AmountCur _amountCur, 
            TransDate _date, 
            ExchRate _exchRate, 
           [InvoiceId _invoiceId, 
            boolean _settle])

Run On

Called

Parameters

_accountType
Type: LedgerJournalACType Enumeration
_accountNum
Type: LedgerDimensionAccount Extended Data Type
_transactionCurrency
Type: CurrencyCode Extended Data Type
_postingCurrency
Type: CurrencyCode Extended Data Type
_amountCur
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
_tenderTypeId
Type: RetailTenderTypeId Extended Data Type
_offsetAccountType
Type: LedgerJournalACType Enumeration
_offsetAccountNum
Type: LedgerDimensionAccount Extended Data Type
_defaultDimension
Type: DimensionDefault Extended Data Type
_prepayment
Type: boolean

Community Additions

ADD
Show: