Hi,
I'm currently writing a custom function that transfers some data from a particular Zoho CRM deal to its respective project in Zoho Projects. The project in Projects is updated if it already exists, else it is created.
I'm using APIs to do so and it's working great so far. However, I can't find an api call syntax which allows me to create new Projects groups programmatically; I'd like my Projects groups to be named after a particular field in CRM, which is the same in deals that are related. Therefore, I want those related deals to be grouped together in Projects by this particular CRM deal field.
If there isn't any group named after that particular CRM deal field value, I'd like my function to create that group in Projects and put the new project in it. Else, I want it to put the project in that existing group with its pairs.
Is that possible?
Thank you,
Justin