What?
Following on my article of creating a task using Zoho Deluge and scheduling a call using Zoho Deluge, here's an article on creating a Meeting or an Event using Zoho Deluge.
Why?
Because at ...
... form (I call mine "API Integration") ready with the following fields:
Connection Name (Single Line)
Dev ID (Single Line)
Client ID (Single Line)
Shop ID (Single Line)
Client Secret (Single ...
... eg. "fn_Validation_LeadStatusChange", a display name, eg. "Fn - Validation - Lead Status Change", and a description...
You will be presented with a deluge IDE editor. I'm putting in the following code:
/* ...
... that in the following regex, and if using Zoho Creator, you need to replace the double-backslash with a single backslash:
v_Test1 = 12.300;
info v_Test1.toString().replaceAll("(\\.\\d*?[1-9])0+$", ...
... can use the following code, note that the parameter is the eBay Item ID:
void API.fn_eBayQuery_GetItemTransaction(int p_ItemID)
{
/*
Function: fn_eBayQuery_GetItemTransaction()
Input: ...
... order record in Zoho Creator. We did the same for when Shopify would process an order. You can see my following articles for more information on these:
Zoho Creator: Receive eBay Order Notifications ...
... these into data for invoices and contacts.
Category: Standalone
Click on Create
Give it the parameter: crmAPIRequest (string)
Dump in the following code:
// enter the webhooks key for your app ...
... Daylight Savings Time is in effect for this timezone or not. So let's pretend we have a creator form wth the following fields:
TZ Database Name (single-line)
UTC Offset (single-line)
UTC DST Offset ...
... time in our CRM. We're meant to do 40 hours, not just for Management, but for deducting from project and support bundles.
How?
The following snippet of code is on a CRM schedule set to run every ...
What?
Just a quick article if you get the above error and what to look for.
Why?
I was writing a function with perhaps too many for each loops within a for loop.
How?
The following is 1 ...
... The form I have looks something like the following:
and displays as something like this:
The code
I create a workflow that when the decision box "Copy Monday to the Other Days" is clicked it ...
... to add 10 minutes to a date/time field in ZohoCRM and wanted a refresher for use in a client system. The usual error is something similar to the following:
{
"code": "INVALID_DATA",
"details": {
...
... PDT 2022,Fri Jul 29 00:00:00 PDT 2022
But if I were to maintain the idea above and skip a selected day, I would write something like the following:
//
// initialize list to hold valid appointment ...
... workflow Load of the form
Name the workflow, I'm calling mine OnLoad
Add New Action > Deluge Script:
And I add the following to my deluge script, to remove the label "Tabs":
v_Css = "";
v_Css ...
... and ZohoWriter.Merge.ALL
For good measure, I'm going to include the scopes: WorkDrive.files.ALL, WorkDrive.workspace.ALL
Click on Create and Connect > Accept
Get the Template ID
The following ...
... + v_ListingPublishKey + "/" + v_Filename;
URL Syntax #4
The following won't work for the example below as it doesn't have the publish/public key, but it can be used internally:
// DOESN'T WORK ...
What?
This is an article to document a function used in Zoho Creator to retrieve the Product IDs of all the active products in a client's eBay store.
Why?
The use-case was that I wanted to retrieve ...
... this returns something like the following (I've reduced the 200 records to about 6 of them):
{
"data": [
{
"Currency": "EUR",
"id": "123456789000000001"
},
{
"Currency": ...
... on
In the left button menu, click on Header
Scroll down and click on Shipping Address Format (Custom)
Enter the following placeholders:
$
$
$
$ $
$
$
Done
Source(s):
The brilliant ...
... the following request to create a Sales Order in Zoho Books would be enough:
{
"date": "2021-09-08",
"zcrm_potential_id": "123456789012345678",
"currency_code": "GBP",
"reference_number": "Salespersons ...
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.