... CRM and want to map the correct currency and tax by their ID numbers.
How?
Using the REST API and InvokeURL in Zoho Deluge to look at Zoho Books. This uses up an extra 2 calls so you could run ...
... to speak to someone from eBay. Done!
Error(s) Encountered
22112 - Missing property name or event type: Could have been many things. For me it was because I was submitting an EventType in the ...
...
Replace all commas in between a pair of double-quotes: Well I couldn't find a single regex that can do this in one go but by applying the same regex to the same value (line 29), solved this for the sample ...
... been checked.
Some solutions have worked in the past where you could simply add a checkbox and do a search where this value is false; but lately this hasn't been working for me. To this end, I have ...
What?
A really quick article for anyone who got stumped by the same issue: How to send multiple invoices to Xero in one API call?
Why?
Our use-case is in Zoho Deluge which couldn't generate more ...
... arguably could write directly to the Creator record, parsing the JSON webhook response beforehand.
1. Set up the Creator form
Log-in to your Zoho Creator app
Click on Plus sign to add a new form ...
...
You might already be familiar with some of the trigger options below but one that worked was initially guessed as "none" but then later found in the documentation could also be an empty list [].
...
... e :PUT
headers: m_Header
parameters:m_Data.toString()
];
when you should have done this (note that a list is submitted to data / could use .toJSONList()):
l_Records = List();
l_Records.add(m_RecordData);
m_Da ...
... backend code, Zoho refer to Issues as "Bugs".
Why?
At time of this article (Apr-2021), we could not find a working example that could allow us to do this. I have provided some links at the end of ...
... and documentation, I found a solution which worked for me. Note that usually I could customize the receiving PHP script to receive a JSON request and process it that way but my usage was to send data ...
... (potentially you could try just using ZohoCRM.modules.Attachments.READ but at this point I couldn't be asked).
Then publish the report of this form (eg. "Download File Report") and get the long publish ...
... the process would be: allow a user to apply for leave, then on save/submit, auto approve/reject the application based on a custom function that could calculate the percentage of staff who already booked ...
... Quote".
Within your function you can use the following as a reference. In theory, you could loop through each submitted quote but I do a call at the beginning of each iteration of the loo ...
... on the action using values from the form invoking it but for generic messages you could get the "Notify" page to read from a form/report:
Click on the plus icon to create a new form
Select a blank form, ...
... of your widget:
Name: to whatever you want
Hosting: I select “Internal” though the benefits of “External” could be for development updates (untested).
Widget File: upload the ZIP file from your dist ...
... functionality of Zoho Creator and could be seen as a 'Pure CSS' feature. I'm aiming to make a list of capabilities that can be done without loading another framework considering that Zoho Creator has their ...
What?
A very quick article as I couldn't find anything on the WWW to document this error.
Why?
During a data migration, I was using a custom function to copy all the data from one app to another. ...
... sometimes it won't. Escaping the ampersand with a backslash or url encoding to %26 wasn't working for me. I spent several hours trying to write a script that could search for the existing records by company ...
... unit to display Hours : Minutes : Seconds.
We could have tried out some cool new DLL files for MS Windows 10 but we needed something lightweight that doesn't require any extra files and that could ...
... a perfectly ok post on the Microsoft website? Well I could bookmark that page or save myself a click...
How?
To test any of the following, type the windows key and select "Run..." ( + R). Then ...
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.