<?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 Books Videos]]></title><link><![CDATA[https://www.edkinsgroup.com/zoho-books-training]]></link><description><![CDATA[Zoho Books Videos]]></description><pubDate>Tue, 09 Dec 2025 17:48:07 -0500</pubDate><generator>Weebly</generator><item><title><![CDATA[Associate Projects Invoice to Deal through Books Workflow]]></title><link><![CDATA[https://www.edkinsgroup.com/zoho-books-training/associate-projects-invoice-to-deal-through-books]]></link><comments><![CDATA[https://www.edkinsgroup.com/zoho-books-training/associate-projects-invoice-to-deal-through-books#comments]]></comments><pubDate>Tue, 07 Jul 2020 15:38:45 GMT</pubDate><category><![CDATA[Custom Function]]></category><category><![CDATA[Deluge scripting]]></category><category><![CDATA[workflows]]></category><guid isPermaLink="false">https://www.edkinsgroup.com/zoho-books-training/associate-projects-invoice-to-deal-through-books</guid><description><![CDATA[       So you manage your project budgets and performance through Zoho Projects - that means you invoice through Zoho Projects. Unfortunately when you invoice through Zoho Projects, even though the deal is associated with the project in the project, when you invoice through Projects it doesn't associate with the associated deal when invoiced - weird huh? Who knows maybe Zoho will fix this in an upcoming update (they are always improving the product) - and render this video useless. Until then, y [...] ]]></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/4CGqQAOe_1w?wmode=opaque" frameborder="0" allowfullscreen></iframe> </div> </div></div>  <div class="paragraph"><span style="color:rgba(0, 0, 0, 0.87); font-weight:400">So you manage your project budgets and performance through Zoho Projects - that means you invoice through Zoho Projects. Unfortunately when you invoice through Zoho Projects, even though the deal is associated with the project in the project, when you invoice through Projects it doesn't associate with the associated deal when invoiced - weird huh? <br /><br />Who knows maybe Zoho will fix this in an upcoming update (they are always improving the product) - and render this video useless. Until then, you will learn in this video how to re-associate the invoice in the Zoho Finance section of Zoho CRM deal/potential/opportunity record associated with the project - automagically when the invoice is created. We do this by using a workflow and custom function in Zoho Books. <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. Feel free to visit at: www.zocademy.com</span><br /></div>  <blockquote style="text-align:left;"><span style="color:rgba(0, 0, 0, 0.87); font-weight:400">Here is the Deluge script: "<br /><br />//This is a sample function. Uncomment to execute or make changes to this function. <br /><br />invoiceID = invoice.get("invoice_id"); i<br />nvoicedate = invoice.get("date").toDate(); <br />organizationID = organization.get("organization_id"); t<br /><br />heLineItems = invoice.get("line_items"); <br /><br />for each li in theLineItems <br />{ <br />theProjectID = li.get("project_id"); <br />} <br />info theProjectID; theProject = zoho.books.getRecordsByID("Projects",organizationID,theProjectID); <br />info theProject; <br />theProjectName = theProject.getJSON("project").getJSON("project_name"); <br />info theProjectName; <br />theDealRecord = zoho.crm.searchRecords("Deals","Deal_Name:equals:" + theProjectName); <br />theCRMProjectID = theDealRecord.getJSON("id"); <br /><br />mp = Map(); <br />mp.put("zcrm_potential_id",theCRMProjectID); <br /><br />resp = zoho.books.updateRecord("Invoices",organizationID,invoiceID,mp); </span><br /></blockquote>]]></content:encoded></item></channel></rss>