... was a primary contact on the customer record.
This is from within ZohoCreator, requesting for an invoice in ZohoBooks to be sent.
How?
So the key here is that there were no contact persons on ...
What?
A very quick article of a quick solution but at least a working example of an ANSI-SQL (ZohoSQL) query pivoting campaign results vs contacts.
Why?
Simply the client wanted a report on customers ...
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 ...
How to redirect the visitor after the contact page:
Open Contact.php and go to line 473 - 475 and change the line:
$link = ‘index.php?option=com_contact&task=view&contact_id=’. $contact[0]->id ...
... Search ZohoBooks estimates for the quote reference and validate by the contact Zoho ID
if(v_QuoteRef != "-")
{
r_SearchResults = zoho.books.getRecords("estimates",v_OrgId,"estimate_number=" + v_QuoteRef,"my_books_connection");
if(r_SearchResults.get("code") ...
... on a Zoho CRM contact record is used to authenticate the contact on a Wordpress portal. OTP or 2FA or MFA or OTC is in effect however; so a contact email OR phone number is required. Both aren't required ...
... customer, you will know this takes a while to do:
You have to find the contact record in CRM for example
Click on "Send for Zoho Sign"
Select the template document or upload one
Add the fields that ...
... M "Accounts" acc
) AS t1
LEFT JOIN "Joels Image Library" img ON t1."Status" = img."Status Value"
UNION ALL
SELECT
'CRM Contacts' AS "DataSource",
date(t2."ModifiedTime") AS "Date",
t2."Recor ...
... of user was given in the brief but removed here for privacy).
Finally, we delete any of these tasks when they get transferred to the contact record.
Step 1: Workflow on Create and function to ...
... 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 ...
... to create and update an estimate as well as read settings and contacts.
I have a connection called "zcrm" which has the necessary scope(s) to read from and write to a CRM quote record.
The code: ...
What?
There are other sources on the web which show you how to deduplicate a contact but usually involve entering a customer name or other key to check if there are already records in the system with ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
... is scatty and the online forums weren't too helpful either.
How?
In the example below, we are going to document how to import files associated to CRM Contact records. There's first the preparation ...
... the attachments on a CRM contact record (and be clickable). The complication here is that the user can use the Creator form to add a new attachment that will eventually be uploaded back to CRM.
How? ...
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.