Notifications for Adding a user on cover page of a change order
I am looking to create a notification for when someone is added to a field on a page of a change order (co-originator for ECO/assigned test engineer for Lab Change Order). When I look at creating an event, I do not think any of the event type options will give me what is needed to create an event to use a custom notification.
Hello
Update Title Block event type applied to Change Orders should be able to help you. Please give it a try
= Raj
Hi Raj,
This is what I thought too, however when I go to create the event subscriber I am able to put the event I create, but the custom notification I created does not show up for it to be used as the event handler. However, if I select my event handler of the custom notification first when creating my event i am able to do so, however I am not able to then select the event I created. Any thoughts on this?
Thanks,
Alana
Hello
That wouldn’t work. You need to do this
1. Write a custom Event handler for Update Title block
2. Identify if the co-originator has been changed
3. If so, then do agileSession.sendNotification method where you provide the name of the notification template you created along with other parameters
Hope this helps
– Raj