CustVendInvoiceJour::findLastCorrFacture_RU Method [AX 2012]
Searches for last correction factures.
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
ServerParameters
- _correctedInvoices
- Type: container
Container with CustVendInvoiceJour records.
- _correctionType
- Type: FactureCorrectionType_RU Enumeration
FactureCorrectionType_RU value.
Show:
Note