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.

Agile User Asked on June 9, 2020 in Agile PLM (v9).
Add Comment
3 Answer(s)

Hello

Update Title Block event type applied to Change Orders should be able to help you. Please give it a try

= Raj

Agile Angel Answered on June 10, 2020.
Add Comment

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

Agile User Answered on June 10, 2020.
Add Comment

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

Agile Angel Answered on June 12, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.