... admin account)
Log in to https://accounts.zoho.com/developerconsole
Click on Add Client ID
Select "Self Client"
Provide the details and register your application
Upon successful authentication, ...
... on the ellipsis or three horizontal dots button in the top right and selecting "Send Mail" then selecting which inventory template to use... This is too many steps for some. Instead, we've been asked to ...
... you simply add an option to the picklist and then specify which of the options are selected. In this case, simply giving it the IDs should work... but it doesn't.
Assuming my multi-lookup field is ...
... you or may be already working for you without this issue. By changing the workflow to execute not "When any field is upddated" but "When any selected field is updated" and then selecting the fields "Status", ...
What?
An article on one of my first client scripts for ZohoCRM. This retrieves and populates an email field based on when a contact is selected in a lookup field.
Why?
I could do a normal automation/workflow ...
... down and select the Personal Document Settings
Scroll down again and select the Approved Personal Document E-mail List.
This is the list containing the email address that the Kindle will recognize. You ...
... for
Select the Server Type and then click on "Download Zip File" button
Decompress the ZIP and find the CRT file
Return to your GoDaddy page and scroll down to "Web Hosting" then click ...
... Step-by-step
Add Zoho Creator to your Zoho One
Login to Zoho One
Go to Settings (cog in top right)
Click on Applications i the sidebar
Click on the Add Application button
Select Creator by clicking ...
... > Right-click on it, enable it and select "Update Driver"
Either via the device manager or just from pure frustration, you should get a prompt to download the Intel Graphics Command Center app from the ...
What?
Another article on styling a radio group to become a weekly calendar carousel. In that a radio group displays the days of the week with arrows allowing the user to select the next or previous ...
... will all be done by the sales team via Shopify. So I select the following: (see: Shopify API Access scopes for more info on each):
read_analytics,write_customers,read_customers,write_inventory,read_inventory,write_order_edits,read_order_edits,write_orders,read_orders,write_product_listings,read_product_listings,write_products,read_products,write_reports,read_reports ...
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.