I want to capture save operation event of plan module using rtc sdk 4.0 to develop RTC Server side plugin
![]()
We want to catch plan save operation , to get plan start date , end date and to populate it in some custom fields
using RTC SDK 4.0
Requesting ppl to please help , as its an urgent requirement
Thanks in advance
|
Accepted answer
![]()
do you mean that your plugin does not get triggered on the Save Plan Server operation?
these two operations from the table Ralph mentioned (first two in the table)
Ralph Schoon selected this answer as the correct answer
|
4 other answers
![]()
Ralph Schoon (61.6k●3●36●43)
| answered Aug 14 '14, 7:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am also not sure what you intend to do. The Plan API is pretty much internal API. I am also not sure where you want to put the data. Your question is not very detailed.
Not sure when exactly the operation Plan Save (server) is called. Here is where you have to start anyway: https://rsjazz.wordpress.com/2013/02/28/setting-up-rational-team-concert-for-api-development/ The operation definitions you need: https://jazz.net/wiki/bin/view/Main/CustomPreconditionsTable#operations More links here: https://rsjazz.wordpress.com/interesting-links/ The blog has examples for advisors and participants for other extension points, however the approach should be very similar. |
![]()
Hi All,
We are now able to catch plan save operation
Really appreciate your help and guidance
Thanks a lot!!!
Jonan Kamble
|
![]()
Hi Jonan,
Can you please tell me how you are getting the plan info after you intercept "Save Plan" operation? We were able to intercept the "Save Plan" but we could get any info about the plan,
Thanks
|
Comments
I'm not sure I follow. A plan's start date and end date is always going to follow the iteration for which that plan is associated. That will never change.