Hi all,
I’m trying to set up an email template for our users so when they receive a Task notification, there is a direct link to the Task
for tasks listed on ScreenId=EP4040PL
I have this dynamic link in the body of the email:
((GeneralInfo.NotificationSiteUrl))/Main?ScreenId=CR306020&NoteID=((PMTimeActivity.NoteID))
However, PMTimeActivity.NoteID doesn’t pull the specific note.
When I drill down into a specific Task, here’s what the NoteID looks like in the URL:
How do I dynamically load a specific task using something like
((GeneralInfo.NotificationSiteUrl))/Main?ScreenId=CR306020&NoteID=
Thanks!