... 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 ...
What?
A very quick article to document a HTML Entity decoder in Zoho Creator.
Why?
Sometimes when receiving data from a third-party, we may receive some strings containing "&" or " " ...
What?
An article with a quick snippet of code which builds up the address from a Lead record to geocode into latitude and longitude coordinates to feed a third-party API which returns a timezone.
...
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? ...
... code and the lookup value in our XML to our Staging environment.
Why?
Let's take the country of birth of a person as an example as it is expected to be a long list and where just using the parameter ...
Well yes you could just use the Unicode version of Autohotkey. If you're looking for some up and down arrows which is all I wanted, then you don't have to use Unicode and you can use the Chr() function: ...
So I've started this list to make sure I don't spend so long anymore on debugging code. The aim of this article is to quickly suggest ways of pinpointing the source of the problem:
In a database/web ...
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 ...
... and narrow-minded to think only English speakers will use Joomla! CMS. The below is for reference only:
Language Codes
af Afrikaans sq Albanian
ar-sa Arabic (Saudi Arabia) ar-iq Arabic (Iraq) ...
... PHP script to loop through the results of the above query
Display the value of column1 and CountOrder
The old code would have been:
echo '# | Search Term | Count' . "\n";
# ...
The Error: This file contains HTML or script code that may be erroneously interpreted by a web browser
This is a common error when uploading files that the MediaWiki system does not allow. By making ...
... to me that perhaps this isn't clearly documented. But there are tips found across the web just not specifically addressing this.
How?
Here is the code for a test function which downloads 2 files ...
... to work using Zoho Deluge.
How?
There are a number of combinations that I won't have thought of but the below code sufficed for my current task, common English and some European names:
//
// ...
... and that's only half of the production system's contacts. I needed a quick bit of code to find any duplicates, all within the Zoho Creator app using Zoho Deluge and avoiding the use of any third-party APIs. ...
... clients set their due dates differently.
How?
The following snippet of code will query the metadata api in Zoho Books and return a JSON of what the payment terms are.
void fn_ReturnCurrentPaymentTerms()
{
v_BooksOrgID ...
What?
This is an article documenting how to remove the block on changes to a system field in ZohoCRM.
Why?
Our use-case today is that a customer wanted to map the Postal Code or Zip from a Lead ...
What?
One of these articles because I spent so long trying different snippets of code to enable tracking when using Deluge code to create an item in Zoho Inventory:
Why?
Who uses ZohoInventory ...
... the method of "mega-functions", here is the code snippet for one function which will accept as parameter the eBay order reference and generate all the respective records in Zoho Inventory. We're using a ...
... Date Created: 2023-03-29 (Joel Lipman)
- Initial release
Date Modified: 2023-03-29 (Joel Lipman)
- Added in ability to list errors and query order line item IDs (ErrCode: ...
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.