Update Custom Fields Value in Zoho Projects - API

Update Custom Fields Value in Zoho Projects - API

Hello all

In this document we will see how we can update the custom value of zoho projects

Get Custom Value of zoho projects....

  1. PortalID = "Your_Portal_ID";
  2. GetProjectDetails = invokeurl
  3. [
  4. url :"https://projectsapi.zoho.com/restapi/portal/"+PortalID+"/projects/customfields/"
  5. type :GET
  6. connection:"pr"
  7. ];
  8. info GetProjectDetails;
Use "field_id" as the API Name to Push and update the Value.......

Project Create and update Map.........
  1.          new_project = Map();
  2.        new_project.put("name",getbookingname);
  3. new_project.put("UDF_CHAR2",req_id.toString());
  4. response = zoho.projects.createProject("portal_name",new_project,"ConnectionName");
Hoping that this document will be helpful in updating the custom field data in Zoho Projects' Projects module.

Thanks & Regards
Piyush Goyal
Zoho Developer || 3+ years Experience
+91- 8619164837