Hello Everyone!
I wanted to share a custom function that we recently implemented to address a specific customer requirement.
APIEndPoint = "https://projectsapi.zoho.com/restapi";
data = Map();
data.put("enable_rollup","yes");
response = invokeurl
[
url :APIEndPoint + "/portal/" + portalId + "/projects/" + projectId + "/"
type :Post
parameters:data
connection:”*****”
];
return "success";
Implementing this custom function in Zoho Projects has allowed our customer in activating the Roll-up automatically instead of the manual work, saving valuable time and effort. It's important to note that this is just one example of how custom functions can be utilised. With a touch of creativity, you can develop custom functions that cater to your project's unique needs.
If you'd like to explore custom functions further, check out the Zoho Projects documentation on how to establish connections and leverage custom functions
Stay tuned for more custom function codes and exciting updates! If you have any questions or want to share your own custom function use cases, feel free to join the discussion.
Writer is a powerful online word processor, designed for collaborative work.