How to create an event handler ?
2 answers
Take a look at the RTC 4.0 Extensions Workshop (https://jazz.net/library/article/1000), since it covers how to set up and write extensions for the types of things that you seem to want to do. it may take you a half day to go through the whole thing, but you will understand everything much better once you go through the exercises.
as mentioned the workshop will show you how to do it..
there are two types of extensions
Operation Advisors
Operation Participants
the difference is that Advisors can stop the transaction
Participants cannot.
Advisors should NOT attempt to CHANGE anything in the current or other workitems
Participants can change this and other workitems..
there are two types of extensions
Operation Advisors
Operation Participants
the difference is that Advisors can stop the transaction
Participants cannot.
Advisors should NOT attempt to CHANGE anything in the current or other workitems
Participants can change this and other workitems..
Comments
Vladimir Zahariev
JAZZ DEVELOPER Jul 23 '12, 10:19 p.m.Could you please be more specific on which events / event handler you are interested in?
A detailed description of a use case or the problem that You are trying to solve would really help.
Best regards,
-Vlad
Sudeshna Mitra
Jul 30 '12, 1:52 a.m.I want to get an event on Save button in RTC.