Share via


ISRDetailedDeclarationDP_MX.insertOrUpdateISRDetaileddDeclarationTmp Method [AX 2012]

Inserts or updates records into the ISRDetailedDeclarationTmp_MX table.

Syntax

private ISRDetailedDeclarationTmp_MX insertOrUpdateISRDetaileddDeclarationTmp(
    MainAccount _mainAccount, 
    ISRConceptMainAccount_MX _isrConceptMainAccount, 
    ISRConcept_MX _isrConcept, 
    GeneralJournalEntry _generalJournalEntry, 
    GeneralJournalAccountEntry _generalJournalAccountEntry, 
    Voucher _subledgerVoucher)

Run On

Server

Parameters

  • _mainAccount
    Type: MainAccount Table
    The MainAccount record that contains the accountID and name values.
  • _isrConcept
    Type: ISRConcept_MX Table
    A ISRConcept_MX record that contains the concept category.
  • _generalJournalEntry
    Type: GeneralJournalEntry Table
    A GeneralJournalEntry record that contains the AccountingDate and VoucherNumber values.

Return Value

Type: ISRDetailedDeclarationTmp_MX Table
A ISRDetailedDeclarationTmp_MX table buffer.

See Also

Reference

ISRDetailedDeclarationDP_MX Class