... contain names used on other records.
Additional:
Here's an AHK script I wrote that produces a GUI that takes an external file where column A contains the key/ID of the Contact in the 3rd-party ...
... it and click on the ellipsis/3 dots
Select the REST API
Enable REST API
Note the REST API function and you can now call it from wherever.
Done
Additional Caveat(s)
This currently does ...
... needs information from additional apps installed on the Shopify store.
Why upgrade to the latest version for Shopify when private apps created before February 2022 won't be deprecated? Because the ...
... / return response
return m_Output;
Click "Save" and Done!
Yields:
Additional Note(s):
If the user's profile is blank, the rule will not apply to them.
l_Disallowed = List();
l_Disallowed.add("Joel");
if(l_Disallowed.contains(""))
{
in ...
...
Contrary to the documentation saying there are only the approved and converted values supported in additional parameters, I find the below works in CRM just fine:
// ****************** CODE USING ...
... 12
Additional Note(s):
You might ask why not use the built-in round() function? Well I admit that round() needs to be used for currencies. The issue is that round() only rounds up decimals to ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... setup a schedule for the import to automatically download the data file regularly:
After all that you will be shown your data table:
Additional Note(s):
Here are some notes & settings ...
What?
So this is an article expanding on my article Zoho Deluge - Connect to Xero API and explores how instead of a schedule, we can get Xero to tell ZohoCRM whenever an invoice or contact gets updated ...
... Year): Sunday, 2021-03-28 01:00
End Date (Current Year): Sunday, 2021-10-31 01:00
Start Date (Next Year): Sunday, 2022-03-27 01:00
End Date (Next Year): Sunday, 2022-10-30 01:00
Additional Note(s):
This ...
...
Additional: Daylight Savings Time
Just to cover all aspects of this, I create a Zoho Creator form with the timezone names, their offset and their DST offset as well as a boolean to say whether ...
... ) +". ";
}
//
// return response to user
return v_OutputMessage;
Additional
Change Name of file
//
// to generate and attach
r_DownloadResponse = zoho.writer.mergeAndDownload(v_TemplateID,"pdf",m_MergedData,"ab_writer");
v_Filena ...
What?
This is an article to document a function used in Zoho Creator to retrieve the Product IDs of all the active products in a client's eBay store.
Why?
The use-case was that I wanted to retrieve ...
... the last element.
At time of print, I ran this to retrieve 1970 active product IDs and their SKUs without erroring by going over the Zoho Deluge statement execution limit.
Additional:
See my ...
... r_Coql;
Additional
If you wanted the unique values of a picklist/dropdown, then consider an invokeUrl looping through the fields settings in CRM.
Source(s):
Zoho CRM Developer Docs API v ...
... that any change was made. Instead, I need to add an additional field called "eTag_Title", check if the new MD5 is different, if it is then I proceed with the automations otherwise I stop it.
// get given ...
...
Additional
You would of course need to check that there is nothing wrong with the date that was submitted. Especially if it is coming from a data source, the Zoho deluge .toList() fails the function ...
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.