Share via


CustVendInvoiceJour::findLastCorrFacture_RU Method

Searches for last correction factures.

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
          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.

Return Value

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

Remarks

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.

See Also

Reference

CustVendInvoiceJour Map