... and Details Page (Standard). My use-case has a requirement that another dropdown called "Order Type" has to be set to "Supplier". My file upload field is called "Order Confirmation".
v_OrderType = ZDK.Page.getField('Order_Type').getValue();
if ...
... a line item when using invokeURL and the PUT method, submit the line item again with its ID as well as a key called "_delete" as per the following snippet:
//
// initialize
m_UpdateQuote = Map();
//
// ...
...
Add a radio field type, I've called it "Color Picker"
Add a single line text field, I'm calling it "Hexadecimal" [Key field that will be used by the application later - so perhaps rename this to 'Staf ...
... you will complete, and the ones that other recipients will complete
Send it for your end-user to complete and sign it
This comes back to a section called "ZohoSign Documents", download the attachment ...
... long as I can get to the 3rd tab of the widget (it becomes enabled once you've completed enough on the 1st tab):
I'll click on the 3rd tab called "Settings" then on the sub-tab "Image", and click on ...
... is sitting right now.
The code snippet to get the item record from the price book
Note that I'm using a connection called "zbooks" and it has every permission under the sun (the naughty ZohoBooks.fullaccess.all) ...
... and restore them.
The Code Snippets: The Shopify Order Update notification
First create a CRM function called Shopify - Webhook - Order Notification. It's a standalone function but you'll need to ...
... We have no intention of creating a new record per file... Saying that, the file name will change every time it is updated as you will see. Also note, I have a form called "Document", a report called ...
... API having a few email addresses as the recipients:
A sample code snippet:
For the below, I have a connection to ZohoBooks from ZohoCreator called "zbooks". It has fullaccess as a scope but I'm sure ...
... for myself is as follows:
Trigger if the contact record has a tickbox called "Extra Confidential" ticked/checked=true
Popup a confirmation box to proceed or cancel.
Popup the email from CRM mailer ...
... the fault/description, and a subform to a form called "Documents" linked by a bi-directional ticket lookup.
The document form is a subform derived from an existing form (called "Document"). Mainly, because ...
... for ZohoAnalytics.fullaccess.all)
Note the connection link name (mine is called "zanalytics")
Create a Ticket workflow:
ZohoDesk > Setup > Automation > Workflows
Click on "Create Rule"
Select ...
... or Access
You should be in "My Folders" (left sidebar)
Create a folder, I'm calling mine "Email Signature Images"
Within that folder, create another folder called "_Global".
At the same level, create ...
... I've called it "zcrm".
Standard Call for Module Record Count:
v_PerPage = 200;
v_Endpoint = "https://www.zohoapis.com/crm/v5/Quotes/actions/count";
r_MaximumCount = invokeurl
[
url :v_Endpoint
type ...
... DataCenter) from EU to COM as I was using this for a client on the US datacenter. I have a connection called "zbooks" and the v_BooksOrgID is the ID of the instance in ZohoBooks; so for multiple instances ...
... icon (top-right most) to edit any profile
On the user's dialog/popup in the bottom left, there will be a link saying "Manage Fields"
Add a picklist field type called "Department" with the options "Hir ...
... these in her estimate template... But I'm sending them anyway.
Note(s)
The following code accesses APIs on the EU datacenter.
I have a connection called "zbooks" which has the necessary scope(s) ...
... 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 ...
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.