The Edkins Group - Zoho Experts to Help Your Business Grow
  • Home
  • VIP Program
  • the complete course
    • Go to the Course
    • Get it for FREE

Trigger Deal Update when Zoho Sign Completed

7/3/2020

1 Comment

 
In this video you'll learn how to create a Zoho workflow in Zoho CRM to update a deal record when the document gets signed.

** this video includes an important note related to Zoho workflows - and includes a fix for it.


The Code:
theSignDoc = zoho.crm.getRecordById("zohosign__ZohoSign_Documents",id);
info theSignDoc;
theDealID = theSignDoc.getJSON("zohosign__Deal").getJSON("id");
mp = Map();
mp.put("Stage","Closed Won");
resp = zoho.crm.updateRecord("Deals",theDealID,mp,{"trigger":{"workflow"}});
info resp;
1 Comment
    Zoho CRM Video Training

    Video Learning Page

    join zocademy

    Author

    David Edkins is an expert of the Zoho platform.

    Over the years David has worked with hundreds of small businesses in almost as many different industries to bring you the expertise you need to move your business forward - quickly.

    Book a quick call to see how he can help you.

    Book time

    Archives

    July 2020
    June 2020

    Categories

    All
    Admin
    Customization
    Gmail
    Gmail Calendar
    Sign + CRM Integration
    Zoho Deluge
    Zoho Function
    Zoho Workflow

    RSS Feed

The Edkins Group ©2025  All Rights Reserved | Tampa, Florida  |  813.510.5131
Dripify  |  Business Phone System |  Join the Group | Privacy Policy
  • Home
  • VIP Program
  • the complete course
    • Go to the Course
    • Get it for FREE