Not a useful note and more of a personal opinion then factual, but beyond the inventors of the Internet or any hardware has to be the following notion from IBM:
a 1976 research report by Lance A. ...
... in column 2:
In the textarea / multi-line box, and to the right of it, I click on the "ZohoAnalytics Image URL" value to copy it into the textbox:
Great! Now the next step makes the value ...
...
The above is great on a test system where you don't have many events, but what if this the system has far more than 50 events, past or upcoming? Here's the code to get a single event record by its record ...
... could be the same under price total.
Where a price is applied, values should be retained in decimal format with currency symbol prefixed if value is greater than zero.
Source(s):
To convert Page ...
... ---------------------- QUOTE LINE ITEMS ----------------------
// line items get via api v2.1 or greater
l_BooksLineItems = List();
r_CrmProductLineItems = invokeurl
[
url :"https://www.zohoapis.eu/crm/v2.1/Quotes/ ...
... c_Employee in l_ApplicableStaff
{
info c_Employee.Name;
//
// reset the stuff they already have in their subform "Usual Shift"
c_Employee.Usual_Shift.clear();
//
// great now let' ...
... (Joel Lipman)
- If custom field "Amount To Be Taken" is not greater than zero, then defaults to balance due of invoice.
More Information:
TEST PAYMENT SCENARIOS WITH PHYSICAL TEST ...
... given some lists and strings and although the same code worked great on one Zoho CRM, another client's ZohoCRM was not accepting "\n" as a new line character and instead would render/display it as "\n"... ...
... }
}
// set the value of No_Skills_Listed field
ZDK.Page.getForm().setValues();
// if not 3 or greater then alert the user and prevent the save
if (v_CalculatedNumberOfSkills < 3 && v_OppStage ...
... tag which isn't great for CSS styling as you can't do cross-dom acoss child iframes; but it does let you use OpenURL(v_Url, "iframe", "iframe_name") which is good if you have multiple iframes on a page and ...
... to make the chevrons (less than and greater than sign) massive:
div.zc-Calendar_Day_Select .choice-table-cell span label[elname='radioEl_zc-Calendar_Day_Select_1']
div.zc-Calendar_Day_Select .choice-table-cell ...
... v_Css + "div[name='Note_Title']";
v_Css = v_Css + "";
input.Note_CSS = v_Css;
Functionality
Great! And to add some functionality, in other words, have tabs show/hide when a radio option is clicked ...
... send the request XML as a string
r_ResponseXML = invokeurl
[
url :v_Endpoint
type :POST
parameters:x_Params
headers:m_Headers
];
info r_ResponseXML;
}
}
Great! Now ...
... for my colleagues. The below instructions follow a fresh install as if this is the first time this computer has created a Zoho Creator Widget.
Software used:
Zoho Creator v5 (Plan Premium or greater ...
What?
A quick article on converting a Map (associative array with keys and values) into a URL string to pass as URL parameters.
How?
Let's first define a map:
m_Payload = Map();
m_Payload.put("client_id","my-unique-client-id");
m_Payload.put("redirect_uri","https://www.joellipman.com");
m_Payload.put("response_type","code");
m_Payload.put("scope","my_api_scopes");
m_Payload.put("prompt","login");
Great! ...
What?
Just a quick note to refine a function that will take a date in the past and return the number of years, months, weeks, days, hours, minutes and seconds.
Why?
Here are some examples of what ...
... size of about 11Mb. In order for an import process to work, the import would only accept XLS files no greater than 1Mb. So our script has to split a single spreadsheet into multiple worksheets of 3000 ...
... things to do really:
Add the xmlns:xsi namespace in the xsl:stylesheet tag so that "xsi:nil=true" is valid.
Test for a string length of greater than 0 (not blank) and change the attribute of the element ...
... for Datatypes
Constraint Description
enumeration Defines a list of acceptable values
fractionDigits Specifies the maximum number of decimal places allowed. Must be equal to or greater ...
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.