... ZohoCRM webhook, because CRM webhooks run more reliably then the ones we have found in ZohoBooks and other Zoho Apps.
Prerequisites:
Setup a connection called "joel_books" that has the necessary scopes ...
... form is called "Staff" and the subform is called "Usual Shift" containing the columns "Day", "Start Time", and "End Time":
//
// select applicable staff
l_ApplicableStaff = Staff[ID != 0];
for eac ...
... shared can be controlled/monitored.
Create a CRM Module called "GPT Chats" (singular: GPT Chat)
Modify the name field to be an Auto-Number (I'm prefixing mine with CHAT-
Add a pick list called ...
... on your CSS with regard to referring to elements by ID, so for example, if my subform is called "Item Details", then I would adjust the code to something like the following:
//
// CSS overrides
v_CssNotes ...
...
Storing prompts as quick commands
Type /prefer option list to see what custom options you already have. By default you should have one called "wallpaper":
/imagine a flower
// returns 4 ...
...
So we created a custom module called "Candidates x JobOpenings" (with alternative API name as "CustomModule6"). Just to add to the complexity of the task, the client has their own reference for Candidates ...
... ID which has to be unique as you may have many files called "image001.jpg" but for other records.
Parent Id: The CRM Record ID you are going to attach the file to (eg. "zcrm_123450000000000123456").
...
... client script which will manage a subform.
The module we are applying this client script to is a custom module called "Deployments". The field which triggers it is called "Which_rate_card_is_this_based_off". ...
...
As mentioned, we're going to update several fields called:
Number of Candidates This Graduation Year
Number of Candidates Next Graduation Year
Candidates Graduated in the Past
Candidates Graduating ...
... 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 ...
... when Status is "Paid"
Just once or every time is "Everytime"
Actions is a custom function called "fn_invoice_updatepaymentmethod"
But this wouldn't work despite being as per the documentation (see ...
... the ID from the lookup field called "Vendor Contact"
var v_VendorContactID = ZDK.Page.getField('Vendor_Contact').getValue().id;
// get the record details for this contact record
var r_ContactDetails ...
... is triggered when a user ticks a decision box in Zoho Creator (on iPad displays as an on/off switch). My connection here called "jl_inventory" has the minimum required scopes:
ZohoInventory.salesorders.READ ...
... section to hold a notes field.
A notes field called "Note_Attachments" (this will display a HTML table with click-to-download files)
A blank subform callled "Attachments" (links to a form called "Documents") ...
... a HTML entity would be submitted. So it doesn't decode every HTML in existence, only the ones I know will happen.
Here's the Zoho Deluge code I use (note that I've put this in a namespace called "DataCleansing", ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
What?
So this is an article expanding on my article Zoho Deluge - Connect to Xero API and explores how instead of a schedule, we can get Xero to tell ZohoCRM whenever an invoice or contact gets updated ...
...
Why?
Our use-case is that we have a field called "Customer's Time Zone" on the lead record in ZohoCRM. It should be auto-populated...
How?
As mentioned, we're going to use the address on the Lead ...
... Daylight Savings Time. The field is a text line field called Customers_Requested_Time and I have added a few more date time fields called GMT_Date_Time_Start, GMT_Date_Time_End, System_Date_Time_Start, ...
... Friday at 08:00 in the morning and will create a task if time logged is too low and will remind via Popup at about 4pm (16:00). You will need a connector (I've called mine joel_timesheet) and I've given ...
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.