Microsoft Dynamics NAV Connector > Synchronization Tasks with Microsoft Dynamics NAV Connector > Connector Read and Write Notes
  

Connector Read and Write Notes

Read
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
  1. 1NAV web service method used to insert is – CREATE
  2. 2NAV web service method used to delete is – DELETE
  3. 3NAV web service method used to insert is – UPDATE
  4. 4NAV web service methods used to upsert is – UPDATE & INSERT