...
Add a radio field type, I've called it "Color Picker"
Add a single line text field, I'm calling it "Hexadecimal" [Key field that will be used by the application later - so perhaps rename this to 'Staf ...
... onto the template document; every time.
What if I told you we can code a single button on the record which does all of that for you; with only you needing to approve the document before it gets sent ...
... :v_EndpointEvents
type :GET
parameters:m_Params
connection:"my_projects_connection"
];
l_FutureEvents = ifnull(r_FutureEvents.get("events"),List());
Additional: Code to get a single event: ...
... = 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 ...
... fields.
When you use "equals" with a single condition and search for a field (mentioned in point #3 of the Note on this page), like Campaign_Name:equals:CRM, the response will contain only those records ...
... // returns 2020
You should also pad single digit week numbers if we're going to store a year week value:
v_ThisCurrentWeekNumber = if(zoho.currentdate.toString("u").toLong() == 7,zoho.currentdate.subDay(1),zoho.currentdate).toString("w");
v_ThisCurrentWeekNumberPadde ...
... "Role" with the options: "user", "assistant", "system".
Add a file upload field called "Big Data"
Add a single line field called "Title" (used as a multi-line cannot be used in the listview).
Add ...
... " ");
// adding an apostrophe/single-quote to ID values so MS Excel doesn't round them up
v_ProductIDStr = "\"'" + v_ProductID + "\"";
v_VariantIDStr = "\"'" + v_VariantID + "\"";
v_InventoryIDS ...
... CustomModule6:
Candidate: Lookup to the Candidates module
Job Opening: Lookup to the Job Opening module (called "Vacancies" in client's system)
Candidate Ref: A single line text field
Vacancy Ref: ...
... json_Row = l_NewSubformRows;
// put the arguments into a single row (json array)
json_Row.push(json_Arg);
// need to stringify AND parse otherwise this won't work
var json_Parsed ...
... Create a form, I'm calling mine Inventory Photo
Add 3 fields to this form
Zoho Inventory ID which is a single-line/text field
Creator File which is a file upload field
Public URL which is a URL field ...
... Card to one of the Acer monitors
DisplayPort to DVI (had to purchase this cable - twice as 2nd was dual-link and worked, first single-link didn't) to the 2nd Acer monitor.
DisplayPort to Mini-DisplayPort: ...
...
Here's the Creator form to hold the Attachments:
Parent Record (a single line that will be a unique ref to prevent downloading the same record again and again)
Document Name (a single line that ...
... debugging (link name: Selected_Value || type Single line)
Starting Date (link name: Starting_Date || type Date)
Selected Date (link name: Selected_Date || type Date)
The CSS
So first of all ...
... form (I call mine "API Integration") ready with the following fields:
Connection Name (Single Line)
Dev ID (Single Line)
Client ID (Single Line)
Shop ID (Single Line)
Client Secret (Single ...
... that in the following regex, and if using Zoho Creator, you need to replace the double-backslash with a single backslash:
v_Test1 = 12.300;
info v_Test1.toString().replaceAll("(\\.\\d*?[1-9])0+$", ...
...
Type FTP in the filter field in the top right and there should be a single FTP option displayed to you:
Step 1 of 2: Give the datasource the table name it will have in Zoho Analytics, a description ...
What?
So this is an article expanding on my article Zoho Deluge - Connect to Xero API and explores how instead of a schedule, we can get Xero to tell ZohoCRM whenever an invoice or contact gets updated ...
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.