Power of Automation :: Auto update the task status according to the start date using Schedule Function

Power of Automation :: Auto update the task status according to the start date using Schedule Function

Hello Everyone,


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


We have recently launched a new feature - Schedule functions which allows you to execute custom functions based on a specified schedule such as hourly, daily, weekly, or monthly. 


This feature can be used for recurring actions, like generating monthly reports or sending automated emails to portal users about upcoming public milestones or deadlines without relying on specific events.  


Lets take the below User Requirement from a customer 


When the start date of the task is today, status of that task should be automatically updated to ‘Open’. 


This requirement can be accomplished via Schedule function. Below is a sample custom function code. 


startDates = List();

taskIds = List();

endPoint = "https://projects.zoho.com/restapi/portal/";

indexValue = 0;

// index starts 0

rangeValue = 100;

// range starts 1

// Get All Tasks

taskParameter = Map();

for each  loop in loop50

{

taskParameter.put("index",indexValue);

taskParameter.put("range",rangeValue);

taskResponse = zoho.projects.getRecords(portalId,projectId,"tasks",taskParameter,0,"***********");

if(taskResponse.containKey("tasks"))

{

tasks = taskResponse.get("tasks");

for each  task in tasks

{

if(task.containKey("start_date_format"))

{

days=daysBetween(toDate(task.get("start_date_format"),"MM-dd-yyyy"),toDate(zoho.currentdate.toString("MM-dd-YYYY","Asia/Calcutta"),"MM-dd-yyyy"));

if(days == -1)

{

taskIds.add(task.get("id"));

}

}

}

}

else

{

break;

}

indexValue = indexValue + 100;

}

// Get task layout details

taskLayoutDetailsResponse = invokeurl

[

url :endPoint + portalId + "/projects/" + projectId + "/tasklayouts"

type :GET

connection:”***************”

];

statusDetails = taskLayoutDetailsResponse.get("status_details");

for each  status in statusDetails

{

if(status.get("name").containsIgnoreCase("Open"))

{

openTaskStatusId = status.get("id");

}

}

// update task

updateTaskParameter = Map();

for each  taskId in taskIds

{

updateTaskParameter.put("custom_status",openTaskStatusId);

updateTaskResponse = zoho.projects.update(portalId,projectId,"tasks",taskId,updateTaskParameter,”****************”);

}


Likewise, you can update the tasks to any other custom status based on your requirement.

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


                                                                                                        ご検討中の方