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. ...
... yields 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 ...
What?
A very quick article on how to deal with an issue where a CRM template has been used and where the table of line items appears on a separate page (and to remind me of the CSS to fix this).
Why? ...
... in Xero.
Why?
I used to use ZohoCRM schedules to pull when an invoice has been paid, but ZohoCRM schedules run only every 2 hours. You can set up 2 schedules: one that runs on even hours and one ...
What?
A very quick article to remind me how to send a text message using Twilio API in Zoho Deluge.
Why?
The use-case here is that we want local sense dialing where specific numbers are used both ...
... several calculations happen in real-time making it really difficult to extract and use.
The key trick I used was to actually use a single-line text to store the customer's requested time. Let's use ...
... 01-Nov-21
// Tuesday 02-Nov-21
Note that Sunday is day 1 of the week. Saturday is day 7 of the week.
Here's the English ordinal bit I used:
m_Ordinals = ;
v_Day3_Ordinal = ifnull(m_Ordinals.get(v_NextDay.toString("d").toLong()),"th"); ...
... Deluge Script:
// assuming my sections are called "Tab_Section_1", and so on ... [these can be named as you want, the names I've used here are for demo purposes]
hide Tab_Section_1;
hide Tab_Section_2;
hide ...
What?
A quick article to take a list of options from a HTML select element and convert to a Zoho Deluge list that will eventually be used to populate a dropdown.
Why?
Because I find myself doing ...
... + v_ListingPublishKey + "/" + v_Filename;
URL Syntax #4
The following won't work for the example below as it doesn't have the publish/public key, but it can be used internally:
// DOESN'T WORK ...
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.