Review Notifications
I am attempting to get notifications to go out for Review activityes but running into issues.
The review activites I want to reference the linked CR ID & Title. but running into issues that the fields are blank in the notification.
Attempting to use the blog entry
https://blogs.technet.microsoft.com/servicemanager/2012/04/03/using-data-properties-from-the-parent-work-items-in-activity-email-templates/
But this emails return the code and not the value. I must be missing something simple but hoping someone can point it out.
Thanks
Best Answer
-
Brad_McKenna Customer Advanced IT Monkey ✭✭✭
We would see inconsistent results with the code referenced with notifications at times missing the data as well, and implemented an alternative solution that makes the brought ease and consistency to the process and allowed easier access to the data.
We implemented extensions to the activity class where we extended both Review and Manual Activities, with 'Parent WI' fields, where we then easily grab the data for notifications.
Link to article, an old Cireson Blog article: http://cireson.com/blog/enhancing-activity-management-with-some-orchestrator-and-powershell-magic/
For the notifications, you then easily select the Customization via the insert button, then the class '(Cireson) Activity References Parent Work Item' (example), and then choose of the 'Parent Work Item' values.
6
Answers
We would see inconsistent results with the code referenced with notifications at times missing the data as well, and implemented an alternative solution that makes the brought ease and consistency to the process and allowed easier access to the data.
We implemented extensions to the activity class where we extended both Review and Manual Activities, with 'Parent WI' fields, where we then easily grab the data for notifications.
Link to article, an old Cireson Blog article: http://cireson.com/blog/enhancing-activity-management-with-some-orchestrator-and-powershell-magic/
For the notifications, you then easily select the Customization via the insert button, then the class '(Cireson) Activity References Parent Work Item' (example), and then choose of the 'Parent Work Item' values.
Handling Activities
I use relation "Contains Activity". It used Targeted class: Review Activity:
Try to copy code below: