Thursday, August 11, 2016

Code to create Intercompany PO and SO X++

//Code to create Intercompany PO and SO X++

//Inter Company PO from Sales Order

Input Table Buffer must be salesTable or SalesLine

Class -->TradeInterCompany
Method-->autoCreateOrder("Table Buffer"); // Static Method

Table Reference for Intercompany order
// Table ->InterCompanyPurchSalesReference

No comments:

Post a Comment

Disabling the flight in D365FO (CHD - Tier 1)

 INSERT INTO dbo.SYSFLIGHTING(FLIGHTNAME, ENABLED)  VALUES ('<FlightObjectName>_KillSwitch', 1)  or  INSERT INTO dbo.SYSFLIGHT...