Is it possible to configure RTC to automatically create an approval based on an enumeration literal using the value of another attribute as the title?
![]() Hello,
I am using CLM Suite 6.0.6.
I have a customer request to configure RTC to create an approval when a primary attribute on a work item is set to a particular literal. Not only this, but also to configure the behavior so that the name of each approval created by RTC is the value of a secondary attribute on the work item. I haven't seen this use case discussed anywhere and since I am not proficient in extending, I was curious as to if this is even possible to configure as a precondition or participant. If it is possible, what level of difficulty would the extension be compared to the solution provided here:
Any information is greatly appreciated.
|
Accepted answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Aug 27 '19, 1:32 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Aug 27 '19, 1:33 p.m.
Yes, that can be done. You need a server extension (participant/follow up action). It can likely be done using unsupported JavaScript in the Web UI as well. Davyd is talking about that.
In addition to the post you cite, https://rsjazz.wordpress.com/ contains posts how to get started with server extension development (workshop) and several examples how to access work item attribute values.
Timothy Distel selected this answer as the correct answer
|