What?
So this is a pretty cool feature in Zoho CRM that I hadn't used much but definitely worth an article. The ability to block field picklist options from being selected based on the profile of a user. ...
... > Select the template with this issue
Click on the "Edit HTML" icon in the top right of the editor:
Find the code "page-break-inside"
Change this from "avoid" to "auto":
And optionally, ...
... "2" (or your own company initials just to show the customer who's boss).
Now click on the pencil icon of the cloned template
Right-click on the text box causing the issue and select "Inspect" (if you ...
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 ...
... return
return ;
Save this and return to the list of functions
Hover over the function you just created, click on the 3 dots/ellipsis and select "REST API"
Switch on the API Key and copy the URL ...
... are going to loop through picklist options (500 timezones) in CRM to select the most relevant one. If all this fails, then it defaults to a module called "States" which stores a default timezone and can ...
... select a bunch of creator records (ok all of them)
l_AllRecords = myForm[ ID != 0 ];
//
// loop through these
for each r_Record in l_AllRecords
{
// set an if condition
if(r_Record.Type ...
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.