Create a custom view in Zoho CRM and add the subset to the customView. We can send the custom view ID as an extra parameter in API calls to import from custom view accounts in our product
3. Insert the below JSON object in integration.json by replacing the id with the custom view ID found in the first step
{
"Type": "parameters",
"Value": id,
"Name": "cvid"
}
Ex: {
"Type": "parameters",
"Value": "4628572000000334026",
"Name": "cvid"
}
Here 4628572000000334026 is my customviewid
Insert the above json under DataSource’s params array of the corresponding module.
4. After saving the modified integration.json, restart the product.
Now only the accounts that are created as custom views in ZOHO CRM will be shown.