Making attachment tab required before a state
![]() Hi,
can anyone help me to write a extension for making attachment required before a state in RTC.If any one used any script please help.
Thanks & Regards,
Sreenath V
|
Accepted answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Jun 20 '18, 2:06 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER The only feasible approaches would be a Java based condition (see https://rsjazz.wordpress.com/2013/06/26/attribute-customization-java-based-value-providers-conditions-and-validators/ ) or an advisor/precondition e.g. similar to https://rsjazz.wordpress.com/2014/05/26/only-owner-can-close-workitem-advisor/ . The advisor could block a save. I am unsure how the rules should be for attachments as you can have many.
sreenath v selected this answer as the correct answer
Comments Thank you . The thing is that am not good in programming. In my project i have a scenario like this. I thought to get the script itself ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
It is a dangerous myth Script languages are easier to use. We have spent considerable amounts of time in this forum, trying to help unskilled users with their attempts.
|