Share via


CustInvoiceJour::interCompanyUpdateServer Method

Performs intercompany update of the invoice on the server.

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 private static container interCompanyUpdateServer(container _packedCustInvoiceJour)

  Microsoft Dynamics AX 2012 R2 (SYS)
          server private static void interCompanyUpdateServer(container _packedCustInvoiceJour)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server private static void interCompanyUpdateServer(container _packedCustInvoiceJour)

  Microsoft Dynamics AX 2012 (FPK)
          server private static void interCompanyUpdateServer(container _packedCustInvoiceJour)

  Microsoft Dynamics AX 2012 (SYS)
          server private static void interCompanyUpdateServer(container _packedCustInvoiceJour)

Run On

Server

Parameters

  • _packedCustInvoiceJour
    Type: container
    A packed CustInvoiceJour record.

Return Value

Type: container
An empty container to match the runTableMethodIL function signature.

See Also

Reference

CustInvoiceJour Table