... response
return ;
Once saved, I'll hover the mouse over it and click on the ellipsis to select REST API option. Then make a note of the URL.
the ZohoBooks Estimate Template
Now you need t ...
... a radio type field into a color picker.
Pre-amble: Create a Zoho Creator form
Create a form, I'm calling mine "Color Picker"
Add a note field, I've given it the field link name "Note_ColorPicker_Css" ...
What?
A quick article to document a Zoho Deluge function converting a hexadecimal color reference to a Red Green Blue value (RGB).
Why?
It's likely that Zoho will avail their color picker at some ...
...
Getting the team folder information
Use the team_folder_ID or if it is a subfolder, then use the team_subfolder_id Ensure the scope for your connection includes WorkDrive.teamfolders.READ and note ...
... So create a function in the Zoho App you are checking, or somewhere you can write some Zoho Deluge code.
Note that requesting an increase of the limit or an upgrade to the subscription will likely ...
... ID. Note that this isn't in the official documentation but at time of print, this works:
//
// get event record by ID
v_EndpointEvent = v_BaseURL + "/restapi/portal/" + v_PortalID + "/projects/" + ...
... = Map();
m_Params.put("responseFormat","json");
// note how criteria column is denoted by double-quotes and a value is by single-quotes.
m_Params.put("criteria","\"SO ID\"='" + v_SalesOrderID + "'");
m_Config ...
... from the item record, if a pricebook is specified and the item exists within it, then it takes the rate from the pricelist. Note that when I refer to pricebook, this is also referred to as the pricelist... ...
... = User Acceptance Testing) to ensure this behaves as expected. So I found another function was being run when a contact record is created and I appended this snippet of code to the end of it. Note tha ...
...
QUOTE
The Quick Answer: the footer
This repeats the footer on every page. The key point is the HTML attribute zcpage-footerhtml; but note the 3 other CSS classes ...
... notification
Note that this one is not the "Inventory Item Update" as I get the two muddled up very often and they don't do the same thing. We want this triggered whenever the stock level of a product ...
... can be "Read".
Click on the "Generate API Key" button
Note the consumer_key and consumer_secret somewhere (these aren't displayed to you in future - so this is your one chance, or else you need to generate ...
... we'll generate the CSV rows and then a file; then we'll use invokeURL to upload the file.
Generating the CSV
Here's the simplified code to generate the CSV - note that I am replacing commas with the ...
... receive and pass to the JS widget.
the HTML
You may note that I have additional CSS and JS files. I like to keep the copies local (especially if the hosting is included) so the app doesn't suddenly ...
... form), Image, File, Local Image, Subform Row ID (prevents duplicates). Note: I create the form then add it as a subform on the parent form first, then add the lookup to the ticket field on the subform ...
...
Check that ZohoDesk is sync'ing with your ZohoAnalytics:
Login to ZohoAnalytics as an Admin with access to ZohoDesk
Make a note of the workspace name that your ZohoDesk will sync with.
Select ...
... another folder called "Profile Photos".
Navigate into the "_Global" folder and note the last hash in the URL (after "/folders/")
For this function, I have a connection called "zworkdrive" which ...
... some consistency.
Notes on the attribute: Criteria
You can't compare a date time value to a field that is simply of datatype: date (eg. Valid_Till)
The supported operators are equals, starts_with, ...
... statements, I can feed these maps a textual value and it returns the ID to use. Some of these can be found elsewhere in my site but I'm putting all of them here just for quick reference.
How?
Note ...
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.