What?
An article on how to declare an XML element as NULL using the attribute "xsi:nil". I'm going to use a very short example by providing a blank date of birth value:
-- What I have:
//
-- ...
... = r_Permissions.get("data").get("attributes").get("permalink");
v_ImageURL = v_ImageURL.replaceAll("https://workdrive.zohopublic.eu/file/","",true);
//
// replaced with URL taken on inspect element
v_ImageURL ...
... file to change system field labels
The fix put simply is a CSS hack. Specifically by inspecting the element, removing some of the CSS attributes on the field we want to change, saving it, then returning ...
... on your CSS with regard to referring to elements by ID, so for example, if my subform is called "Item Details", then I would adjust the code to something like the following:
//
// CSS overrides
v_CssNotes ...
... prompts you can direct it to focus on the elements you want from a brief.
How?
A "prompt" is a text-to-image expression using words and phrases to instruct the Midjourney Bot (or any other AI text-2-image ...
... the fields I mentioned earlier in the Creator form. Here's the code which should happen when the form containing this radio field loads up:
//
// initial CSS (hide element while it is styled)
input.Form_Css ...
... don't have this see alternative steps below on "Inspect page Elements in Chrome").
In the Developer Tools Inspection Window for Elements, make the changes to your box using your HTML knowledge (in my example, ...
... 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. ...
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 ...
... 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 ...
... won't help as you need to submit the form before redirecting the user. A HTML element to the page won't help either as you need to redirect the user to the specified report after submitting the form.
...
What?
This is an article documenting how to send a Zoho Deluge Map request to an API which is expecting nested/2d/multi-dimensonal arrays. In the example below, we are posting to a PHP script for testing ...
... your report
Copy the embed code it pops up with to your clipboard
Paste this into a browser
Right-click on the image you want and inspect the element, this will have the SRC which is the publicly ...
... If your datacenter is in the US then this should be zohoapis.com.
Additional Additional(s):
I haven't done any benchmark tests on this to compare but looking at different ways to exclude elements ...
... of digits (eg. 1.10) the text would be more indented (relative) to 1.1. I need all list elements to be all perfectly aligned.
// What I Have
1. Item 1
1.1 Item 1a
1.2 Item 1b
...
... input.myLookup:ui.add(r_EntryID);
}
Additional Note(s):
If removing elements, even if you are using Creator v5, use removeElement() and NOT remove() which got me stuck for a while. This is ...
What?
This is an article documenting how to access ZohoCRM with API v2 using PHP and cURL. The first few functions are to manage OAuth v2 and generate the refresh and access tokens. The second snippet ...
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.