Power of Automation : Auto-update a set of tasks in Zoho Projects using Custom Function

Power of Automation : Auto-update a set of tasks in Zoho Projects using Custom Function

A custom function is a software code that can be used to automate a process and this allow you to automate a notification, call a webhook, or perform logic immediately after a workflow rule is triggered. This feature helps you to automate complex tasks and calculations.

Let’s take the below scenario in Construction Industry for better understanding on how this feature helps to automate task functions.

Let’s say we have a tasklist named “Waterproofing flooring and walls”. This task has seven tasks within it and “Civil work” is the first task under it. Once the Owner is updated for this task, the same owner should be updated for rest of the tasks within that task list. In other words,  if we update “David” as Owner for “Civil Work” task then automatically the rest of the six tasks within that tasklist (Waterproofing flooring and walls) should have the task owner as “David”.

The code below will help you to achieve the above requirement. 
Note:: Please refer this post to access custom function feature within Zoho Projects. 

// TODO: Please create a connection for the Zoho Projects service with the scopes "ZohoProjects.task.ALL". Replace 'xxxxxxxxx' with the connection name. Click this link below to learn how to create the connection.

task = invokeurl
[
url :APIEndPoint + "/portal/" + portalId + "/projects/" + projectId + "/tasks/" + taskId + "/"
type :Get
connection:"**************"
];
tasklistId = task.get("tasks").get(0).get("tasklist").get("id");
tasklist = invokeurl
[
url :APIEndPoint + "/portal/" + portalId + "/projects/" + projectId + "/tasklists/" + tasklistId + "/tasks/"
type :Get
connection:"*************"
];
m = "";
owners = task.get("tasks").get(0).get("details").get("owners");
for each  owner in owners
{
id = owner.get("id");
m = m + id + ",";
}
remainingtasks = tasklist.get("tasks");
for each  remainingtask in remainingtasks
{
ID = remainingtask.get("id");
param = Map();
param.put("person_responsible",m);
final = invokeurl
[
url :APIEndPoint + "/portal/" + portalId + "/projects/" + projectId + "/tasks/" + ID + "/"
type :Post
parameters:param
connection:"************"
];
}
return "success";
Creating custom functions in Zoho Projects is straightforward and well-documented. Zoho provides a range of built-in functions that you can use as a starting point, and you can also easily define your own functions using Zoho's scripting language, Deluge. Give it a try and see how it can save your time and boost your productivity!
 
Watch this space for more such custom function codes. 




    Access your files securely from anywhere

        All-in-one knowledge management and training platform for your employees and customers.






                              Zoho Developer Community




                                                    • Desk Community Learning Series


                                                    • Digest


                                                    • Functions


                                                    • Meetups


                                                    • Kbase


                                                    • Resources


                                                    • Glossary


                                                    • Desk Marketplace


                                                    • MVP Corner


                                                    • Word of the Day


                                                    • Ask the Experts



                                                              • Sticky Posts

                                                              • Define your custom business logic in Zoho Projects

                                                                Every organization has a defined way of executing projects. There are clear expectations around how tasks should move, when projects should progress, and which actions require validation. When these rules are consistently followed, projects remain structured
                                                              • Automation Series: Auto-create Dependent Task on Status Change

                                                                In Zoho Projects, you can automatically create and assign a dependent task when a task’s status is updated. This helps teams stay aligned, ensures reviews happen on time, and reduces manual effort. In this post, we’ll walk through an easy setup using
                                                              • Time Log Reminder

                                                                Tracking the time spent on tasks and issues is one of the most important functions of a timesheet. However, users may forget to update the time logs because they have their own goals to achieve. But, time logs must be updated at regular intervals to keep
                                                              • Introducing the Zoho Projects Learning Space

                                                                Every product has its learning curve, and sometimes having a guided path makes the learning experience smoother. With that goal, we introduce a dedicated learning space for Zoho Projects, a platform where you can explore lessons, learn at your own pace,
                                                              • Update on V2 API End-of-Life Timeline

                                                                Dear Users, Earlier this year, we shared the launch of the V3 APIs and requested users to migrate from the older V2 APIs by December 2025. We have received valuable feedback from our users and partners regarding their migration timelines. We are happy


                                                              Manage your brands on social media



                                                                    Zoho TeamInbox Resources



                                                                        Zoho CRM Plus Resources

                                                                          Zoho Books Resources


                                                                            Zoho Subscriptions Resources

                                                                              Zoho Projects Resources


                                                                                Zoho Sprints Resources


                                                                                  Qntrl Resources


                                                                                    Zoho Creator Resources



                                                                                        Zoho CRM Resources

                                                                                        • CRM Community Learning Series

                                                                                          CRM Community Learning Series


                                                                                        • Kaizen

                                                                                          Kaizen

                                                                                        • Functions

                                                                                          Functions

                                                                                        • Meetups

                                                                                          Meetups

                                                                                        • Kbase

                                                                                          Kbase

                                                                                        • Resources

                                                                                          Resources

                                                                                        • Digest

                                                                                          Digest

                                                                                        • CRM Marketplace

                                                                                          CRM Marketplace

                                                                                        • MVP Corner

                                                                                          MVP Corner









                                                                                            Design. Discuss. Deliver.

                                                                                            Create visually engaging stories with Zoho Show.

                                                                                            Get Started Now


                                                                                              Zoho Show Resources

                                                                                                Zoho Writer

                                                                                                Get Started. Write Away!

                                                                                                Writer is a powerful online word processor, designed for collaborative work.

                                                                                                  Zoho CRM コンテンツ




                                                                                                    Nederlandse Hulpbronnen


                                                                                                        ご検討中の方