Automatically Create A Project in Zoho Projects From Zoho CRM Potential
I want to accomplish the following using a Zoho CRM workflow rule custom function:
- Automatically create a project in Zoho Project from inside Zoho CRM
- Set the project start and end dates
- Set tasks start date and due dates
- Associate the Zoho Project with the appropriate Zoho CRM Potential
I have been able to successfully accomplish item #1 but I'm having issues with the other items.
My request is for assistance with the code to accomplish items 2, 3 & 4. Since I am new to this, I would appreciate working code examples if possible.
Here's what I've done.
- Created a project template in Zoho Project
- Integrated Zoho Project & CRM with your marketplace app
- Setup a CRM workflow rule to trigger on a field update
- Workflow triggers a custom function which is below:
params={ "authtoken" : input.AuthToken };
res = postUrl(url,params);
projectId = res.executeXPath("/response/result/ProjectDetails/ProjectDetail[ project_name = '" + input.Template + "'] /project_id/text()");
info projectId;
params.put("projTitle",input.ProjName);
params.put("projDesc",input.Description);
params.put("templateId",projectId);
The function works and creates a Zoho Project with a name and description. The issues I'm having is that I cannot set the project start and end dates
What I've tried so far:
- I created two new Arguments
- I tried adding to the original working code various versions of the new param values below
params.put("projstartdate",input.StartDate);
params.put("projenddate",input.EndDate);
They did not work.
Regarding setting tasks start and due dates, we are an event based company and our project tasks due dates are based off the project end date. For example, send out an email reminder 7 days before the event date (project end date).
Since I have been unable to set the project start and end dates, I have not been able to move forward on this. I have read your documentation and forum posts but would appreciate code examples for this too.
Last is associating the newly created project with the appropriate Zoho CRM potential by having it listed under the Zoho Projects section that is created by your Zoho Projects & CRM marketplace sync app.
I have no idea about how to do this and cannot find any documentation or forum posts related to doing this. Would appreciate your help on this as well.
Sticky Posts
Connect with Zoho users from your industry, virtually!
A couple of years ago, we started setting up industry-wise channels for users with similar businesses to chat and discuss Zoho contextually. We started with Real Estate and E-commerce sectors, creating a chatroom and hosting regular meetups on niche areas
Feature update: Advanced security settings
We've previously written about how using security policies could be beneficial for admins. To enable you to better protect your organization, we've come up with a few additional settings for security policies in Zoho One that can be used to regulate your users' web sessions. What are web sessions? A web session refers to the period of time you stay signed in to your Zoho One account. You create a new web session every time you sign in to Zoho One (or any of its included apps), and this session exists