Premium Only Content
2020: Automagically Associate Zoho Project Invoice with Deal through Zoho Books workflow
Do you use Zoho Projects to manage your project budgets and performance? If so, you likely invoice through your project in Zoho Projects. Have you noticed that even though the project is associated with the deal, it doesn't attach the invoice to the deal in the Zoho Finance related list in CRM?
Maybe you haven't.
This video shows you how to use a Zoho Books workflow and custom function to re-associate the Project invoice to the associated deal.
The included code:
//This is a sample function. Uncomment to execute or make changes to this function.
invoiceID = invoice.get("invoice_id"); i
nvoicedate = invoice.get("date").toDate();
organizationID = organization.get("organization_id"); t
heLineItems = invoice.get("line_items");
for each li in theLineItems
{
theProjectID = li.get("project_id");
}
info theProjectID; theProject = zoho.books.getRecordsByID("Projects",organizationID,theProjectID);
info theProject;
theProjectName = theProject.getJSON("project").getJSON("project_name");
info theProjectName;
theDealRecord = zoho.crm.searchRecords("Deals","Deal_Name:equals:" + theProjectName);
theCRMProjectID = theDealRecord.getJSON("id");
mp = Map();
mp.put("zcrm_potential_id",theCRMProjectID);
resp = zoho.books.updateRecord("Invoices",organizationID,invoiceID,mp);
Link to start your free trial of Zoho ONE: https://www.edkinsgroup.com/zoho-free-trial.html
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
-
4:08:29
Nerdrotic
6 hours ago $43.30 earnedHollywood in PANIC! Woke Celebrity Meltdown, Penguin Finale CRUSHES! | Friday Night Tights #328
115K21 -
LIVE
The Officer Tatum
1 hour agoLIVE: Trump NOMINATES Karoline Leavitt, Whoopi "SMOLLETT" EXPOSED, & MORE | Officer Tatum Show EP 8
1,462 watching -
30:25
Glenn Greenwald
3 hours agoGlenn Takes Your Questions Post-Election On The Trump Admin & More
53K28 -
1:26:23
vivafrei
6 hours agoChinese and Indian INFILTRATION in Canadian Government? Live with David Krayden! Viva Frei Live
81.4K40 -
52:17
Candace Show Podcast
6 hours agoFight Night! Me VS Marc Lamont Hill On Transgenderism | Candace Ep 104
106K195 -
1:12
Mike Tyson
7 hours ago $22.40 earnedIt's a war.
89.9K33 -
1:04:11
In The Litter Box w/ Jewels & Catturd
1 day agoProsecute/Fauci | In the Litter Box w/ Jewels & Catturd – Ep. 692 – 11/15/2024
106K43 -
5:17
BFFs: Dave Portnoy, Josh Richards & Bri Chickenfry
9 days agoSmallest Man
254K24 -
1:45:03
The Quartering
8 hours agoRFK Big Pharma Meltdown, Alex Jones WIN & Shadow Government To Oppose Trump!
137K46 -
1:53:23
Tucker Carlson
8 hours agoFasting, Prayer, Meditation, & the Global Persecution of Christians (With Hallow CEO Alex Jones)
183K80