Article Read Time:

3 Min

Search

Subcribe :

Train Your Team:

Our Extensions:

Join For FREE:

The CRM Zen Show Episode 303 – Check Zoself!

Zoho News

Implementation of the Week

  • XML Related List in CRM Custom Locations Module
    • In this build, our client is using a custom module in CRM to track specific Locations where their clients may require product delivery and servicing
    • This client uses FSM and Desk in addition to CRM to manage the majority of their operations
    • While FSM Work Orders and Desk Tickets natively will roll up to the CRM Accounts module, they do not show by default within a custom CRM module
    • To solve for this, and to provide visibility into Work Orders and Tickets specific to a given location, we used a custom XML related list that queries and displays these records each time a user loads the view screen for a specific location
    • This does require that the Work Orders and Tickets store a unique field to link them to the property, but these values are stamped via functions that trigger as part of their standard usage workflows in each app

Code Share of the Week

  • Converting US State Names to State Codes
    • The standard State fields for addresses in Zoho are single-line text fields, which means that users can enter any value they would like. In order to clean up the values in these fields, you might want to run the following bit of code that will convert State Names to their abbreviated two-letter codes instead. One benefit to having a standardized set of State values is for reporting, where “Virginia”, “virginia”, and “VA” would all show up as separate states despite representing the same place.
  • Connect an Open AI Assistant to a Cliq Bot
    • It’s hard to believe that it was only a year ago that the first version of this post was made. To complement this week’s tip, here is the code share as discussed in the video.

New On Zenatta

Tips and Tricks

Question of the Week (AZAAZ)

This Week’s Quizzes