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 the command I also have a date prompt, that asks for a date and pastes it in the subject:
Code: Select all
$(userdate, var_date1, "Date prompt")
1) the date that the user has selected in the date prompt
2) the date that the user has selected in the date prompt + 1 day
Reason:
1) is the date when we expect feedback from the project
2) is the date when we send the report (one day after the feedback)
Best regards
OLLI