Join The Community Sign Up For Club Zenatta

Article Read Time:

3 Min

Search
Search

Subcribe :

Train Your Team:

Our Extensions:

Join For FREE:

The CRM Zen Show Episode 280 – OOO La La!

CRM Zen Show Episode 280 - OOO La La!

Zoho News

Implementation of the Week

  • Zoho Billing (Subscriptions) Improved Integration to Zoho CRM using Zoho Analytics
    • In this implementation, our goal was to sync additional Billings data into CRM Account records
    • To accomplish this, we first set up custom tables in Zoho Analytics to summarize Subscription data for each Account
    • Then, we set up an additional table to only show Accounts where the data in Subscriptions is different from the data previously synced to CRM
    • Lastly, we set up a scheduled function to check this table every day and push the updated Subscription data to CRM Accounts

Code Share of the Week

  • Update Invoice Recipients on a Subscription in Zoho Billing 
    • In a Zoho Billing subscription’s edit page, there are contacts with checkboxes below the customer name. These are the contact persons on the customer associated with the subscription. Whoever has the box next their name/email checked will receive the invoices associated to that subscription every billing cycle. 
    • This code snippet is how you can check those boxes via API. In the first API call, we get the list of all contact persons associated to the customer. Then, we sort through each, and if a contact person matches with our <condition> set in our “if” statement, we add the contactperson_id to a map, then to a list. Then we pass that list in as a parameter to our second API call, which updates the contact persons linked to the subscription. Whichever contact persons we define in this list will have their boxes checked in Zoho Billing on the related subscription record.

This Week’s Read

  • The Best AI Chatbots in 2024
    • Who knew that there were this many ChatGPT alternatives? This is a great article if you are looking for a ChatGPT alternative.

New On Zenatta

Tips and Tricks