CustPackingSlipJour::interCompanyUpdateServer Method
Performs an intercompany update of the packing slip 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 _packedCustPackingSlipJour)
Microsoft Dynamics AX 2012 R2 (SYS)
server private static void interCompanyUpdateServer(container _packedCustPackingSlipJour)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server private static void interCompanyUpdateServer(container _packedCustPackingSlipJour)
Microsoft Dynamics AX 2012 (FPK)
server private static void interCompanyUpdateServer(container _packedCustPackingSlipJour)
Microsoft Dynamics AX 2012 (SYS)
server private static void interCompanyUpdateServer(container _packedCustPackingSlipJour)
Run On
Server
Parameters
- _packedCustPackingSlipJour
Type: container
A packed CustPackingSlipJour record.
Return Value
Type: container
Empty container to mattch the runTableMethodIL signature.