... whose Campaign_Name is "CRM" and not records with "Best CRM" or "Latest CRM" in their Campaign_Name fields.
When you use parentheses or comma in the value for a criteria, you must escape them using a backslash. ...
... select JSON
Under URL, paste the URL for your CRM REST API function from the steps above.
Under Webhook API version I specify the one with the word Latest in the parentheses.
Click on Save
...
... name. The issue is that if you use zoho.crm.searchRecords() this will work fine for company names without special characters such as the ampersand or parentheses. But what if amongst your records you ...
... error.
So you can see my parentheses are fine.
Working Solution:
SELECT
ps.person_id,
ps.person_name,
(
select txt from
(
select
pa.person_text as txt,
pa.person_reference ...
What?
This is a quick note to myself so that I never use parentheses in the column headings again. Basically I have a pivot table in Microsoft Excel 2010 with the projects down the left (in the first ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.