Get the deleted record data from zoho crm and update the change in NetSuite accordingly.

to fetch the deleted data,we can use Request URL: https://www.zohoapis.com/crm/v2/{module_api_name}/deleted /**       * Defines the function that fetches deleted Zoho data.       * @param {Object} customRecord – The custom record containing Zoho last run information       * @param {string} accessToken – The access token to authenticate with Zoho API       * @param {string} lastRunTime – The last run time… Continue reading Get the deleted record data from zoho crm and update the change in NetSuite accordingly.