Power of Automation :: Automatically update tags on Task creation/updation.

Power of Automation :: Automatically update tags on Task creation/updation.

Hello Everyone,

A Custom function is a user-written set of code to achieve a specific requirement. Set the required conditions needed as when to trigger using the Workflow rules (be it Tasks / Project) and associate the custom function to it.

Requirement:- 

One of our customers would like to associate a specific tag to the Tasks upon creation or whenever a field update occurs in tasks where the user is designated as the Project Owner. The same can be implemented using Task custom functions along with Workflow rules in Zoho Projects.

Trigger the below custom function code along with the workflow rule condition as Task creation or updation (any field) along with Project owner name condition.

Custom function code:-

// TODO: Please create a connection for the Zoho Projects service with the scopes scopes: ZohoProjects.tags.ALL, ZohoProjects.tasks.ALL
Click this link below to learn how to create the connection.

tagsParam = Map();
tagsParam.put("tag_id","XXXXX"); 
tagsParam.put("entity_id",taskId);
tagsParam.put("entityType","5");
url1 = endPoint + portalId + "/projects/" + projectId + "/tags/associate";
associateTagsResponse = invokeurl
[
url :url1
type :POST
parameters:tagsParam
connection:"YYYYYY"
];
return "success";

Make sure to replace XXXXX with Tag id and YYYYYY with the Zoho Projects connections link name. Screenshot of the list of parameters to be mapped and sample Task workflow rule is attached for reference.

We hope you found this post useful. If you have any questions or wondering if your requirement could be met using custom functions, feel free to share them in the comments section below.

      Zoho Developer Community








                                Zoho Desk Resources

                                • Desk Community Learning Series


                                • Digest


                                • Functions


                                • Meetups


                                • Kbase


                                • Resources


                                • Glossary


                                • Desk Marketplace


                                • MVP Corner


                                • Word of the Day



                                    Zoho Marketing Automation
                                            • Sticky Posts

                                            • Set Task Dependencies for Improved Project Management

                                              Task dependencies refers to the relationship between tasks, where the start or finish of one task relies on the start or finish of another. These dependencies are crucial for the successful completion of a project, as they help to ensure that all tasks
                                            • Project Billing with the Staff Hours Method in Zoho Projects

                                              The Staff Hours Billing Method in Zoho Projects allows you to bill your clients based on the actual time spent by each team member on a project, at the rate set for each user. This is useful for projects where different skill sets are needed and service
                                            • Manage Documents with SharePoint Extension in Zoho Projects

                                              SharePoint is a digital platform to store and manage your documents. Multiple users can work on the same document simultaneously, which enhances your team's productivity. By installing the extension in Zoho Projects, users can access the documents seamlessly
                                            • Share Captured Content as Work Items with Zoho Annotator for Zoho Projects

                                              Zoho Annotator is a free browser extension to annotate web pages and images. The extension allows users to: capture, annotate, and share visual content within Zoho Projects. create tasks, issues, or statuses with annotated images or videos as attachments
                                            • Auto-update the Successor Task Status.

                                              Hello folks! We have come up with a new use case for custom function to help you automate the workflow of your tasks. Users can write their own Custom Functions using deluge and call them from a workflow. Consider a scenario where the status of the successor


                                            Manage your brands on social media



                                                  Zoho TeamInbox Resources

                                                    Zoho DataPrep Resources



                                                      Zoho CRM Plus Resources

                                                        Zoho Books Resources


                                                          Zoho Subscriptions Resources

                                                            Zoho Projects Resources


                                                              Zoho Sprints Resources


                                                                Qntrl Resources


                                                                  Zoho Creator Resources


                                                                    Zoho WorkDrive Resources



                                                                      Zoho Campaigns Resources

                                                                        Zoho CRM Resources

                                                                        • CRM Community Learning Series

                                                                          CRM Community Learning Series


                                                                        • Tips

                                                                          Tips

                                                                        • 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