CustVendInvoiceJour::findLastCorrFacture_RU Method [AX 2012]

Searches for last correction factures.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          server public static FactureJour_RU findLastCorrFacture_RU(container _correctedInvoices, FactureCorrectionType_RU _correctionType)

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static container findLastCorrFacture_RU(container _correctedInvoices, FactureCorrectionType_RU _correctionType)

Run On

Server

Parameters

_correctedInvoices
Type: container
Container with CustVendInvoiceJour records.
_correctionType
Type: FactureCorrectionType_RU Enumeration
FactureCorrectionType_RU value.

Return Value

Type: FactureJour_RU Table
The FactureJour_RU table containing last corrective facture.

In Microsoft Dynamics AX 2012 R2 the return type of this method was changed from a container to the FactureJour_RU table. See for more information.

Show: