Add Comments of other task in User Defined Tool

Requests for additional software features

Moderator: abstr

Post Reply
OLLI_S
Posts: 30
Joined: Thu Aug 08, 2019 7:23 am

Add Comments of other task in User Defined Tool

Post by OLLI_S » Fri Aug 09, 2019 11:37 am

Hello,

I have created a User Defined Tool that creates a new email in Outlook and fills all fields of the mail (To, CC, Subject, Body) with data stored in the ToDoList.

In ToDoList I have a task (task number 123) that contains the text that should be used in the body.
Would be cool when I could add the content of the field "Comments" of a specified task number as variable:

Code: Select all

"$(comments(123))"
So I can select task number 200 and press the button of the User Defined Tool in the toolbar.
The mail is generated using the title of the selected task (number 200) as Subject and the comments of task 123 as body.

Best regards

OLLI

Post Reply