...
The trick in this solution was more about the process and what that process was.
Reading the brief, and having written many custom functions for other Zoho apps, it would stand to reason that ...
... Workflow > Functions > New Function: give the function a name
select "Deluge" as the language
give it a Namespace (for this example I will leave this on "Default")
and set the return type (again in ...
... the Zoho Creator page. Functions are read by Zoho and certain CSS attributes (such as position and float) will be removed automatically. The code has to be pasted directly in the Page and then the CSS ...
... ", "0");
}
This looks like pretty old code and not wanting to cause offence, it isn't the JavaScript style or chain I like which appends the functions instead and is clearer for me personally to ...
... is a function I find myself using more and more called equalsIgnoreCase() which could be used:
...
l_ProductDetails = Product[Product_Name.equalsIgnoreCase(v_Name)];
...
Other Functions of ...
What?
This is a quick article on how to generate a 5 letter code from several functions: one which returns 5 randomly selected characters and another two which convert a number to 5 letters.
Why? ...
... being deprecated (end of life at the end of this year). So I'm familiar with the methods in API v2 or just using newer functions.
Method #1: API v1
userResp = getUrl(("https://crm.zoho.com/crm/private/xml/Users/getUsers?authtoken=xxxxxxxxxxx&scope=crmapi&type=ActiveUsers"));
users ...
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 ...
... built-in functions of Zoho deluge.
Method #1:
Using a list/array, I'm going to check the date against the 3 exceptions to this rule (11th, 12th and 13th of each month):
// get the date (eg. 1, ...
What?
This is an article which lists the functions necessary to process Google Authentication using OAuth2.0. These functions allow a script to simply be loaded and to either create a token file, or ...
... for PHP. So no classes or built-in functions that you didn't write or know what they're doing.
Why?
The objective here is to upload a video file to my Google Drive. This assumes you have already ...
...
Conclusion:
The final fix in my case was due to me not specifying some extra parameters on the htmlentities or htmlspecialchars PHP functions. My database stored the foreign characters as the ...
... Jul 2014
Download
3.1 AdrianaV/Vincent - Enhancement: Does not display more images then are available.
- Enhancement: Auto-Check for cURL functions enabled on server.
- ...
... '[^a-zA-Z0-9\'']')
-- returns all rows where the student surname contains non-alphanumeric characters and does not contain apostrophes
-- eg. O'Brien will NOT be returned
-- Other REGEXP Functions ...
... usage (see functions below)
TotalFileCount := CountFilesRecursive( "C:\" )
MsgBox, TotalFiles %TotalFileCount%
-- functions to put at bottom of script
CountFilesRecursive(Folder){
static ...
Some memory aids for me so that I don't have to keep looking them up:
/*
.joe_subtable td
.joe_subtable i
.joe_subtable .jst_label
.joe_subtable .jst_pre
.joe_subtable .jst_fn
*/
MySQL ...
... equivalent functions have to be written up all in the name of "seamless integration"...
How?
Previously I had tried to write a smart function which could determine the datatype automatically but ...
... are returned, and not a row of NULL/blank/empty values. Sounds confusing? That's just me, the answer was using two NVL functions which allowed the stored procedure to return no rows without erroring (ie. ...
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.