<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" >

<channel><title><![CDATA[The Edkins Group - Zoho Experts to Help Your Business Grow - Zoho CRM Videos]]></title><link><![CDATA[https://www.edkinsgroup.com/zoho-crm-training]]></link><description><![CDATA[Zoho CRM Videos]]></description><pubDate>Tue, 11 Aug 2026 21:27:57 -0400</pubDate><generator>Weebly</generator><item><title><![CDATA[Zoho Keep it Simple: Clean up your tabs and page layouts]]></title><link><![CDATA[https://www.edkinsgroup.com/zoho-crm-training/zoho-keep-it-simple-clean-up-your-tabs-and-page-layouts]]></link><comments><![CDATA[https://www.edkinsgroup.com/zoho-crm-training/zoho-keep-it-simple-clean-up-your-tabs-and-page-layouts#comments]]></comments><pubDate>Tue, 14 Jul 2020 19:05:24 GMT</pubDate><category><![CDATA[Admin]]></category><category><![CDATA[Customization]]></category><guid isPermaLink="false">https://www.edkinsgroup.com/zoho-crm-training/zoho-keep-it-simple-clean-up-your-tabs-and-page-layouts</guid><description><![CDATA[       We believe in keeping it simple. Especially if you are just starting out with Zoho ONE. When you start, you will see every possible tab along the top and have very busy page layouts. In this video we show you how to pare back your tabs and page layouts to simplify the view - to ultimately help you focus on how to start using it for what you need right now - only the core critical items. If you are not yet using Zoho ONE for your business - you need to now - start a free trial, no credit c [...] ]]></description><content:encoded><![CDATA[<div class="wsite-youtube" style="margin-bottom:10px;margin-top:10px;"><div class="wsite-youtube-wrapper wsite-youtube-size-auto wsite-youtube-align-center"> <div class="wsite-youtube-container">  <iframe src="//www.youtube.com/embed/4Z3e3POvYaQ?wmode=opaque" frameborder="0" allowfullscreen></iframe> </div> </div></div>  <div class="paragraph">We believe in keeping it simple. Especially if you are just starting out with Zoho ONE. When you start, you will see every possible tab along the top and have very busy page layouts. <br /><br />In this video we show you how to pare back your tabs and page layouts to simplify the view - to ultimately help you focus on how to start using it for what you need right now - only the core critical items. <br /><br />If you are not yet using Zoho ONE for your business - you need to now - start a free trial, no credit card needed at the link below.. <br /><br />Link to start your free trial of Zoho ONE: https://www.edkinsgroup.com/zoho-free-trial.html <br /><br />The YouTube Zocademy channel is meant to provide educational information regarding business best practices with an emphasis on the Zoho Platform. Our objective is to empower people like yourself to learn how to get more done with less. We also have a website where you can purchase mini-courses to learn more in depth. We also offer memberships. The memberships include access to all mini-courses each month. <br /><br />&#8203;Feel free to visit at: www.zocademy.com</div>]]></content:encoded></item><item><title><![CDATA[Trigger Deal Update when Zoho Sign Completed]]></title><link><![CDATA[https://www.edkinsgroup.com/zoho-crm-training/trigger-deal-update-when-zoho-sign-completed]]></link><comments><![CDATA[https://www.edkinsgroup.com/zoho-crm-training/trigger-deal-update-when-zoho-sign-completed#comments]]></comments><pubDate>Sat, 04 Jul 2020 02:59:25 GMT</pubDate><category><![CDATA[Sign + CRM Integration]]></category><category><![CDATA[Zoho Deluge]]></category><category><![CDATA[Zoho Function]]></category><category><![CDATA[Zoho Workflow]]></category><guid isPermaLink="false">https://www.edkinsgroup.com/zoho-crm-training/trigger-deal-update-when-zoho-sign-completed</guid><description><![CDATA[       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":{"work [...] ]]></description><content:encoded><![CDATA[<div class="wsite-youtube" style="margin-bottom:10px;margin-top:10px;"><div class="wsite-youtube-wrapper wsite-youtube-size-auto wsite-youtube-align-center"> <div class="wsite-youtube-container">  <iframe src="//www.youtube.com/embed/BCFmO0NdMV4?wmode=opaque" frameborder="0" allowfullscreen></iframe> </div> </div></div>  <div class="paragraph"><span style="color:rgba(0, 0, 0, 0.87); font-weight:400">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. <br /><br />** this video includes an important note related to Zoho workflows - and includes a fix for it.</span><br /></div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <div class="paragraph"><strong><font size="5">The Code:</font></strong><br /></div>  <blockquote style="text-align:left;">theSignDoc = zoho.crm.getRecordById("zohosign__ZohoSign_Documents",id);<br />info theSignDoc;<br />theDealID = theSignDoc.getJSON("zohosign__Deal").getJSON("id");<br />mp = Map();<br />mp.put("Stage","Closed Won");<br />resp = zoho.crm.updateRecord("Deals",theDealID,mp,{"trigger":{"workflow"}});<br />info resp;<br /></blockquote>]]></content:encoded></item><item><title><![CDATA[Create Zoho Project on Closed Deal in Zoho CRM]]></title><link><![CDATA[https://www.edkinsgroup.com/zoho-crm-training/create-zoho-project-on-closed-deal-in-zoho-crm]]></link><comments><![CDATA[https://www.edkinsgroup.com/zoho-crm-training/create-zoho-project-on-closed-deal-in-zoho-crm#comments]]></comments><pubDate>Fri, 03 Jul 2020 17:07:18 GMT</pubDate><category><![CDATA[Zoho Deluge]]></category><category><![CDATA[Zoho Function]]></category><guid isPermaLink="false">https://www.edkinsgroup.com/zoho-crm-training/create-zoho-project-on-closed-deal-in-zoho-crm</guid><description><![CDATA[         become a member today    mp = Map(); mp.put("name",ProjName); datalist = List(); datalist.add(mp); datamp = Map(); datamp.put("data",datalist); resp2 = invokeurl [ url :"https://www.zohoapis.com/crm/v2/Deals/" + id + "/Zoho_Projects/" + response.getJSON("projects").getJSON("id") type :POST parameters:datamp.toString() connection:"associateprojects" ]; info resp2;   There is a free function in the Zoho function Gallery that allows you to easily create a workflow that creates a new projec [...] ]]></description><content:encoded><![CDATA[<div class="wsite-youtube" style="margin-bottom:10px;margin-top:10px;"><div class="wsite-youtube-wrapper wsite-youtube-size-auto wsite-youtube-align-center"> <div class="wsite-youtube-container">  <iframe src="//www.youtube.com/embed/3flQjlkO5ZI?wmode=opaque" frameborder="0" allowfullscreen></iframe> </div> </div></div>  <div style="text-align:center;"><div style="height: 10px; overflow: hidden;"></div> <a class="wsite-button wsite-button-small wsite-button-normal" href="javascript:;" > <span class="wsite-button-inner">become a member today</span> </a> <div style="height: 10px; overflow: hidden;"></div></div>  <blockquote style="text-align:left;"><span style="color:rgb(3, 3, 3); font-weight:400">mp = Map(); <br />mp.put("name",ProjName); <br />datalist = List(); datalist.add(mp); <br />datamp = Map(); <br />datamp.put("data",datalist); <br /><br />resp2 = invokeurl <br />[ <br />url :"</span><a href="https://www.youtube.com/redirect?redir_token=lgDaH2H2JsP0vFlDc0LqwC0Z0aJ8MTU5Mzg4MzE2NkAxNTkzNzk2NzY2&amp;v=3flQjlkO5ZI&amp;q=https%3A%2F%2Fwww.zohoapis.com%2Fcrm%2Fv2%2FDeals%2F&amp;event=video_description" target="_blank">https://www.zohoapis.com/crm/v2/Deals/</a><span style="color:rgb(3, 3, 3); font-weight:400">" + id + "/Zoho_Projects/" + response.getJSON("projects").getJSON("id") <br />type :POST <br />parameters:datamp.toString() <br />connection:"associateprojects" <br />]; <br />info resp2; </span><br /></blockquote>  <div class="paragraph" style="text-align:left;"><span style="color:rgb(3, 3, 3); font-weight:400">There is a free function in the Zoho function Gallery that allows you to easily create a workflow that creates a new project based on a template in Zoho Projects when a deal / potential / opportunity is closed in Zoho CRM. In this video we show you how to set that up AND provide a bonus - what the free function doesn't do is associate the Zoho Project with the deal record in Zoho CRM. We include in this video the extra code (see below) to associate the two at the same time the project is being created. </span><br /><br /><span style="color:rgb(3, 3, 3); font-weight:400">Link to start your free trial of Zoho ONE: </span><a href="https://www.youtube.com/redirect?redir_token=lgDaH2H2JsP0vFlDc0LqwC0Z0aJ8MTU5Mzg4MzE2NkAxNTkzNzk2NzY2&amp;v=3flQjlkO5ZI&amp;q=https%3A%2F%2Fwww.edkinsgroup.com%2Fzoho-free-trial.html&amp;event=video_description" target="_blank">https://www.edkinsgroup.com/zoho-free...</a><br /><br /><span style="color:rgb(3, 3, 3); font-weight:400">The YouTube Zocademy channel is meant to provide educational information regarding business best practices with an emphasis on the Zoho Platform. Our objective is to empower people like yourself to learn how to get more done with less. We also have a website where you can purchase mini-courses to learn more in depth. We also offer memberships. The memberships include access to all mini-courses each month.<br /><br />Feel free to visit at: </span><a href="https://www.youtube.com/redirect?redir_token=lgDaH2H2JsP0vFlDc0LqwC0Z0aJ8MTU5Mzg4MzE2NkAxNTkzNzk2NzY2&amp;v=3flQjlkO5ZI&amp;q=http%3A%2F%2Fwww.zocademy.com&amp;event=video_description" target="_blank">http://www.zocademy.com</a><br /></div>]]></content:encoded></item><item><title><![CDATA[Connect Gmail with Zoho CRM]]></title><link><![CDATA[https://www.edkinsgroup.com/zoho-crm-training/connect-gmail-with-zoho-crm]]></link><comments><![CDATA[https://www.edkinsgroup.com/zoho-crm-training/connect-gmail-with-zoho-crm#comments]]></comments><pubDate>Tue, 30 Jun 2020 07:00:00 GMT</pubDate><category><![CDATA[Gmail]]></category><category><![CDATA[Gmail Calendar]]></category><guid isPermaLink="false">https://www.edkinsgroup.com/zoho-crm-training/connect-gmail-with-zoho-crm</guid><description><![CDATA[      [...] ]]></description><content:encoded><![CDATA[<div class="wsite-youtube" style="margin-bottom:10px;margin-top:10px;"><div class="wsite-youtube-wrapper wsite-youtube-size-auto wsite-youtube-align-center"> <div class="wsite-youtube-container">  <iframe src="//www.youtube.com/embed/_GOgdE8bNdE?wmode=opaque" frameborder="0" allowfullscreen></iframe> </div> </div></div>]]></content:encoded></item></channel></rss>