How to create an event handler ?
Sudeshna Mitra (23●3●28●31)
| asked Jul 23 '12, 2:58 a.m.
edited Jul 23 '12, 10:28 a.m. by Seth Packham (1.4k●4●22●13) How can I create an event, trigger and how to handle it? |
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.. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
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
I want to get an event on Save button in RTC.