... however gives me the following error:
{
"code": 15,
"message": "Please ensure that the billing_address has less than 100 characters."
}
How?
So the quick answer is 2 separate API calls after ...
... 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"... ...
... should get the following error:
Please ensure that the shipping_address has less than 100 characters.
How?
If you get the above error, the community forums will advise you to get the ID of the ...
...
This is a simple article to demonstrate how to type special characters not found on your keyboard or on a Qwerty UK/US keyboard layout.
Why?
Being able to type international characters from other ...
... name. The issue is that if you use zoho.crm.searchRecords() this will work fine for company names without special characters such as the ampersand or parentheses. But what if amongst your records you ...
What
A quick post on how I managed to build a regex to extract all non-numeric characters (all non-digits) from a string.
Why?
I only want the digits/numbers from a string:
v_PaymentTerms = ...
What?
A quick article showing my MySQL statement when I want to remove all the accents from foreign characters and return the English equivalent.
Why?
A content management system (CMS) that I' ...
Applies to:
PHP 5.4
MySQL 5.1.4
Databases initially setup with collation 'latin1_swedish_ci'
What
Another article trying to help people display foreign characters on their website without ...
VersionPlatform ChangeLogOptions1.0 + Group all the data by a specified column
+ Generate interactive flash charts- Date Uploaded: Wed, 15th Sep 2010
Download
Originally dubbed EventViewer Chart Generator. As the name suggests, I was looking for a free program that can take an exported CSV list from a standard MS Windows eventlog or eventviewer log and generate ...
What?
A very quick note in case I forget this one. If you are trying to join two tables and receiving the error "Conversion failed when converting the varchar value 'B110' to data type int" then read ...
...
How?
Perhaps we should determine the position of the last needle first (reverse the haystack string and find needle):
DECLARE @Haystack VARCHAR(31);
SET @Haystack = 'String1.String2.String3.String4';
-- ...
This was called a Data-Scrambling Function but it depends on what you mean by "scrambling". This is a function which merely uses the same characters but switches their order randomly, so I've renamed it ...
This is a note to myself but also to anyone out there who's spent as long as I did looking for a solution to this. Maybe it's just me but this is the scenario:
Joomla works fine with international characters ...
... Chart Generator. As the name suggests, I was looking for a free program that can take an exported CSV list from a standard MS Windows eventlog or eventviewer log and generate a chart from the data. What ...
Typing an ASCII character
In DOS:
Hold down the key while typing the decimal number on the keyboard keypad. (Example: 178)
In Windows for a DOS character:
Hold ...
... ten chart of your data (eg. movies, music, etc).
My aim is to do the following:
retrieve data from a table,
count the number of times each data exists,
sort it in reverse order so ...
... l("T"," ").getPrefix("+").toString(v_TimeFormat),"-");
//
// generate XML related list response
// don't forget to escape quote name with CDATA in case of XML banned characters
v_RelatedListXML = v_Related ...
... 10 columns called "Untitled-1". I enter some labels in the first column. These will be keys later on to link my report to so keep them short without any special characters. I then saved this table with ...
... do some further calculations based on a surcharge rate held in a custom module. The custom module could only be created in Zoho Books at time of print but Zoho Inventory is where our workflow and code ...
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.