... first query and save it as "Contacts vs Campaigns Pivot":
SELECT *
FROM ( SELECT
"Contact Id",
"Contact Name",
"Campaign Name",
"Member Status"
FROM "Campaign Members - Contacts"
) ...
...
Getting to the development-side
Login to ZohoCRM as a super-admin
Go to Setup (cog icon in the top right)
Under Zia, select "Conversational AI"
Click on the link "Zia Developer Console" (yours ...
What?
An article on how I can query all the orders for yesterday without using the eBay GUI Selling website. I've included the code to parse out the information as well.
Why?
Because I need this ...
... bot
Login to ZohoCliq
Click on your profile picture
Select "Bots & Tools"
Click on "Create Bot" (or "Edit Handlers" on an existing bot)
Fill in the details then edit the Handlers.
For demo purposes, ...
... type the deluge code), there will be a "Connections" in the top grey bar that you should click on and create a connection with the scopes that you want (I select nearly all of them), and I'm going to call ...
... to be sent to a compressed folder.
the Import process
Simply login to ZohoCRM > Go to Setup/Settings > Under Data Administration, select "Import" > Select Zoho CRM
Now upload all the files neede ...
What?
This is an article with a snippet of code demonstrating how to manage a subform using a Zoho CRM Client Script.
Why?
A client wanted an automation on-the-fly that when selecting a specific ...
... charges and other discrepancies. I'm calling this dataset "My Purchase Order Items"
SELECT DISTINCT
po."Purchase Order Date" AS "PO Date",
po."Purchase Order Number" AS "PO Ref",
poi."Produc ...
... 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 ...
... admin account)
Log in to https://accounts.zoho.com/developerconsole
Click on Add Client ID
Select "Self Client"
Provide the details and register your application
Upon successful authentication, ...
... on the ellipsis or three horizontal dots button in the top right and selecting "Send Mail" then selecting which inventory template to use... This is too many steps for some. Instead, we've been asked to ...
... you simply add an option to the picklist and then specify which of the options are selected. In this case, simply giving it the IDs should work... but it doesn't.
Assuming my multi-lookup field is ...
... you or may be already working for you without this issue. By changing the workflow to execute not "When any field is upddated" but "When any selected field is updated" and then selecting the fields "Status", ...
What?
An article on one of my first client scripts for ZohoCRM. This retrieves and populates an email field based on when a contact is selected in a lookup field.
Why?
I could do a normal automation/workflow ...
... down and select the Personal Document Settings
Scroll down again and select the Approved Personal Document E-mail List.
This is the list containing the email address that the Kindle will recognize. You ...
... for
Select the Server Type and then click on "Download Zip File" button
Decompress the ZIP and find the CRT file
Return to your GoDaddy page and scroll down to "Web Hosting" then click ...
... Step-by-step
Add Zoho Creator to your Zoho One
Login to Zoho One
Go to Settings (cog in top right)
Click on Applications i the sidebar
Click on the Add Application button
Select Creator by clicking ...
... > Right-click on it, enable it and select "Update Driver"
Either via the device manager or just from pure frustration, you should get a prompt to download the Intel Graphics Command Center app from the ...
What?
Another article on styling a radio group to become a weekly calendar carousel. In that a radio group displays the days of the week with arrows allowing the user to select the next or previous ...
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.