Microsoft Dynamics NAV Connector reads the data from the company that is specified in the connection. Records are processed based on the company. You can apply filters to the data. READMULTI is the NAV web service method that reads the data.
Write
1NAV web service method used to insert is – CREATE
2NAV web service method used to delete is – DELETE
3NAV web service method used to insert is – UPDATE
4NAV web service methods used to upsert is – UPDATE & INSERT