Can I get notified when a file changes in RTC?
3 answers
The checkin operation is not process enabled, but the deliver operation
is. So you could write a deliver operation participant that sends
email when a file with a given name is delivered.
Cheers,
Geoff
On 6/15/2011 4:23 PM, mstearns wrote:
is. So you could write a deliver operation participant that sends
email when a file with a given name is delivered.
Cheers,
Geoff
On 6/15/2011 4:23 PM, mstearns wrote:
Hi:
I am using RTC3.0 iFix1.
Is there a way to notify a user when a source file is modified? (sort
of like a clearcase post-op checkin trigger)?
-Maggie
One good place to start is:
https://jazz.net/wiki/bin/view/Main/TeamProcessDeveloperGuide
Also, https://jazz.net/library/article/495 should be useful.
Cheers,
Geoff
On 6/21/2011 9:23 AM, mstearns wrote:
https://jazz.net/wiki/bin/view/Main/TeamProcessDeveloperGuide
Also, https://jazz.net/library/article/495 should be useful.
Cheers,
Geoff
On 6/21/2011 9:23 AM, mstearns wrote:
Thanks! Can you point me to some documentation on how to do that? I'm
not sure I know how to create a deliver operation participant.