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....
- PortalID = "Your_Portal_ID";
- GetProjectDetails = invokeurl
- [
- url :"https://projectsapi.zoho.com/restapi/portal/"+PortalID+"/projects/customfields/"
- type :GET
- connection:"pr"
- ];
- info GetProjectDetails;
Use "field_id" as the API Name to Push and update the Value.......
Project Create and update Map.........
- new_project = Map();
- new_project.put("name",getbookingname);
- new_project.put("UDF_CHAR2",req_id.toString());
- 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