This took me a while to do so I thought I'd document it for future reference.
The Issue
See the restore default setting link at the bottom of this page in the footer? I wanted to put one of the styled ...
... string is a no go. Set it to an atom time or nice SQL date/time (eg. "yyyy-MM-dd HH:mm:ss") and then apply the function .toTime()
Source(s)
Zoho CRM v3 Organization API
Zoho Community Forums ...
... the displayed note of "Add your Note here...")
input.CSS_Overrides = v_CssNotes;
Additional
If you don't want to apply this to the every subform on that form, you will need to brush up a little ...
... client script which will manage a subform.
The module we are applying this client script to is a custom module called "Deployments". The field which triggers it is called "Which_rate_card_is_this_based_off". ...
... display above the sales person (eg. "Sales Person")
Alongside the Value field, enter $.LABEL
Under Label: Display 'Unknown' as, enter a dash/hyphen to indicate not known.
Click on the button Apply ...
... there's more documentation on the API for Zoho Books, we're going to apply this solution to Zoho Books.
How?
We're not going to go into detail on how to parse an eBay response here (see my other articles ...
... / 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 ...
... tabs along the top to display each section.
How?
The way we do this is by applying our own stylesheet and overriding certain CSS elements that the vanilla or out-of-the-box Zoho Creator ones provide. ...
...
The advantage of working in a team of Zoho developers, is that "two heads are better than one" does apply more than we think. A colleague of mine suggested adding a group by to the query which works ...
... and applying the method .toString("dd/MM/yyyy") is dependent on the settings. But making a date into a SQL format or from largest denominator to smallest in "yyyy-MM-dd" will usually handle the date better. ...
... Zoho Bookings as documented in the official documentation. Not sure why anyone would want to leave this enabled without applying the fix.
So the fix is a setting:
Login to Zoho Bookings as the admin ...
...
Replace all commas in between a pair of double-quotes: Well I couldn't find a single regex that can do this in one go but by applying the same regex to the same value (line 29), solved this for the sample ...
... for the next step: CSS styling):
Apply the following styling (this will depend on the theme you are using):
.zc-Save_and_Close-group .decision-box-field label{
display:none !important;
}
.zc-Save_and_Close-group ...
... are on a laptop and can apply a function lock (fn) and the numbers on the right of your keyboard are enabled.
Which numbers you might ask? Well every character is built of a collection of digits ...
What?
This article documents how to stop an employee from applying for leave when already 80% of their team have already booked the same date off. My brief was:
Check the department this employee ...
... base URL such as https://creatorapp.zoho.com/myowner/myapp/#Page:Notify.
CSS styling affects all contents: Any styling on an embedded form on the popup would need to apply specifically to the contents ...
... were so custom that they didn't apply to you because of the app owner, name, view link name, etc. The fastest way I know how to get to it is to publish the report and right-click on the attachment to see ...
... Zoho CRM Invoices and noticed that Xero stores its dates in Unix Timestamps.
How?
We're going to filter out the unix seconds from the date provided by Xero then apply a toTime() function to it.
v_XeroTime="/Date(1586995200000+0000)/";
v_StartIndex ...
... from a 7 year old post; but now you can apply a containsIgnoreCase function to search the records:
...
l_ProductDetails = Product[Product_Name.containsIgnoreCase(v_Name)];
...
Lastly, there ...
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.