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
-
52:16
American Thought Leaders
17 hours agoIs There a Link Between Mass Shootings and SSRIs?
25.8K29 -
17:12
World2Briggs
18 hours ago $0.01 earnedTop 10 Towns You Can Retire or Live on $1900 a month in the Midwest #1
9.59K3 -
17:25
BlackDiamondGunsandGear
1 day agoCustom Building the Cheapest MP5
13.6K1 -
2:07:20
BEK TV
1 day agoTrent Loos in the Morning - 11/06/2025
16.8K1 -
8:10
The Shannon Joy Show
18 hours agoShould we even VOTE anymore?
17.1K23 -
59:34
Dialogue works
1 day ago $0.02 earnedMohammad Marandi: It’s WAR: Iran’s Supreme Defense Council ACTIVATES –Hezbollah REFUSES to Surrender
49.9K11 -
10:23
TheSaltyCracker
18 hours agoMuslims Immediately Threaten New Yorkers After Zohran Win
43.7K463 -
18:40
Actual Justice Warrior
18 hours agoMamdani Pledges To DESTROY New York
30.7K78 -
28:53
iCkEdMeL
17 hours ago $0.06 earnedBREAKING: 9 DEAD After UPS Plane BURSTS Into Fireball at Louisville Airport
35.1K7 -
20:52
Professor Nez
20 hours agoThe TRUTH is Actually WORSE than we Thought...
24.6K25