Can we set a notification(guideline) before changing the state of the Work item in RTC ?
![]() Hi Team,
My use case is that, When I change the state of Work Item for in progress to Close,
I wanted to remind user that "please apply for approval if not applicable ignore it" and then close the WI state.
Is it feasible using JAVA API, plugin or any other extension method.
Please suggest.
Best Regards,
Krunal.
|
Accepted answer
![]() When I change the state of Work Item for in progress to Close,
It should be quite simple creating a follow-up action on work-item save that:
IParticipantInfoCollector collector = ...;
Cheers.
Krunal Gaoli selected this answer as the correct answer
|
One other answer
![]() What if the users just "ignore" it? Isn't it better to require an approval?
Comments Hi Donald,
Yes it is always better.
Thanks a lot
Krunal.
But in my case I wanted to show notification I don't want to make it mandatory since It is just a notification to the user. |