CRM/Projects Integration

CRM/Projects Integration

Good afternoon,

I'm in the process of setting up automated Project creation when a Customer is created.

We are using the Accounts module as Customers and I've already created the creation of the Project Template pulling information from the CRM - this works absolutely fine.

What I cannot get to happen is for the Project to be automatically assigned in the Related List.  We have the Zoho Projects option there, but it doesn't link the two.
Additionally, 'CRM Info' option to appear on Projects (this isn't anything we need but I assume it's a symptom of the same issue).

If I go to Zoho Projects on the Related List and try to Associate Project, I get a dropdown with all of the Live Projects but I'm unable to select any of them, I get the error 'Sorry there was an internal error.  Please try again later".
I think this may point to some sort of permissions or access error as opposed to Deluge, however I have included code below.  I am super admin so I know it isn't permissions on my account.



custInfo = zoho.crm.getRecordById("Accounts",id);
createMap = Map();
createMap.put("name",ProjName + " - Onboarding Process");
createMap.put("template_id",TemplateID);
response = zoho.projects.createProject(PortalName,createMap,"crmprojects");
info response;
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/Accounts/" + id + "/Zoho_Projects/" + response.getJSON("projects").getJSON("id")
    type :POST
    parameters:datamp.toString()
    connection:"crmprojects"
];
info resp2;


Many Thanks,

Zayd

      • Sticky Posts

      • Free Webinar - Digital signatures for digital contract management with Zoho CRM

        Hi, Did you know you can seamlessly send and collect signatures on important business documents like business proposals, vendor agreements, sales contracts, invoices, and other inventory documents with Zoho Sign’s extension for Zoho CRM? Join our upcoming
      • New User Interface for your Email integration in Zoho CRM

        Hello folks,  As most of you may already know, Zoho Mail recently got a new user interface that's a lot better and easier to use. As a result, this change will affect your email integration with your Zoho CRM account**.  If you have your email integration in Zoho CRM set up through POP, your Emails UI in CRM will be moved to the new Zoho Mail UI. We hope that you like the new and improved Emails interface inside Zoho CRM. Feel free to share your feedback by commenting below.  **Please note that,
      • Fetching leads from Zoho CRM into Zoho Creator, automatically

        I'd like to pull new leads from the CRM system, into Creator, on a daily basis. Is this possible?   Yes, it is possible. Zoho Creator and Zoho CRM are integrated with each other, enabling you to synchronize data between them. This is done by fetching records from CRM into a Zoho Creator form. In order to achieve this, you'll have to configure a workflow alert in Zoho CRM.  For instance, you can maintain the lead details in CRM on a separate form in Zoho Creator by fetching the details automatically