What?
Following on from my article: ZohoCRM: Get All eBay Active Listings, this is how to get all the orders from a client's eBay.
Why?
Our use-case is a data migration from eBay to a fresh instance ...
... on the employee record
So now we just need to append the following code which loops through the map / associative array we just created and shove this onto every employee's record. My employee recor ...
What?
Following on from the article: Zoho Cliq: Integrate OpenAI and ChatGPT 3.5 Turbo. This is the next step as we get it to look at data within ZohoCRM.
Why?
Because it is a serious improvement ...
What?
A super quick article on something that almost deserves its own article: using new lines in ZohoDeluge.
Why?
My use-case here is that I was generating a comma separated values (CSV) file ...
... Script, add the following:
//
// CSS overrides
v_CssNotes = "";
//
// this line hides the delete/cross icon next to each row
v_CssNotes = v_CssNotes + ".subformRow .form-group";
//
// this line ...
... prompt combining any of the following in a table (this is not an exhaustive / limited list). Do note that the images below were generated using MidJourney v4:
Type of Photography
Nature Photography
...
... the reverse process, the import file.
The import file I got working had the following columns:
Attachment Id: This needs to the unique filename of the actual file on disk (as opposed to "File Name" ...
... Using the following line returns all subform rows, even deleted ones, which is why we didn't use this command in the system. But keeping it for future reference.
var l_existingSubformRows = ZDK.Apps.CRM.Deployment_Rate_Log.fetch(); ...
... I select on a dashboard.
First you will need a table or query that has a bunch of columns and rows with one of the columns containing the sale person name. Something like the following:
With ...
... to the Deal record.
How?
The following is the process from registering the app to call on the full API (grant code > refresh token > access token) and then the code to attach the document to the ...
... called "Zoho Inventory Package Slips" and I'm adding these to a Creator form called "Appointment", my code should be something like the following:
//
// get 100 most recent appointments where this field ...
... output response to console
info "Response of attempt to upload to Zoho Inventory:";
info r_UploadPhoto;
You should get a response similar to the following:
Caveat(s)
The code above only ...
... OnSubmit > click on Create Workflow
Select you want to run some Deluge Script and plug in the following code
if(!isnull(input.Zoho_Inventory_ID))
{
//
// specify your own Inventory/Books organization ...
... for this, I created the following Creator form:
The fields:
Calendar Day Select (link name: Calendar_Day_Select || type Radio)
Form CSS (link name: Form_Css || type Add Notes)
Selected Value for ...
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: ...
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.