Article Read Time:

2 Min

Search

Subcribe :

Train Your Team:

Our Extensions:

Join For FREE:

The CRM Zen Show Episode 330 – Zoho Projects for Everyone

Zoho News

Implementation of the Week

  • Zoho Creator Page Configuration for External Visibility of CRM Data
    • In this implementation, our goal was to create a public-facing page in Zoho that summarizes information from the CRM Deal, and related modules + notes, for sharing to external contractors and clients
    • First, we configured the baseline of the page to be able to filter based on a pass-through Deal ID and displaying the raw data
    • Then, we added in additional API calls to pull Notes data from CRM alongside the normal field data
    • Then, we layered on the HTML/CSS to make the page easy to read and understand (much cleaner than default Creator view)
    • Lastly, we configured email triggers based on specific updates to the CRM Deal that sends this page out to relevant parties to notify them of any changes

Code Share of the Week

  • Dynamically Set Email Sender as Record Owner in CRM
    • This week’s code allows you to dynamically send an email template via deluge as the Deal Owner via the “Send Mail” CRM API endpoint. This code will look through the list of verified senders through the “List of Allowed “from” Addresses” API endpoint and send as the Deal Owner if they are in that list. If the Owner is not an allowed sender, the Email will be sent from the Admin user in CRM.

New On Zenatta

Tips and Tricks

This Week’s Quizzes