Change Risk Assessment - UI policies in the assessment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2016 09:00 AM
Hey guys,
I'm wondering if it's possible to set conditions/UI policies in the Change Risk Assessment itself, i.e. "If answer is X, show field Y". If anyone has done something similar to this, I'd love to hear how. I'm not expecting much, but it would be great if I could do this.
Thanks in advance!
EDIT:
I don't know if I'm being clear enough in my initial post. I have the Risk Assessment plugin installed and working just fine. However, I need to make some fields in the assessment(s) based on other fields in the same assessment. Essentially, if the question asks "Was this first released to a non-production environment" and the end user answers "yes", I need it to then display another question like "Was end user testing done?". If they answer "no", the second question should never appear.
Generally this kind of functionality is a base part of the system (UI policies), but I can't seem to find a way to put that into the Change Risk Assessment module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2016 09:37 AM
Better to write client script with on load function.
Use glide Ajax
Regards,
Lrr.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2016 11:12 AM
I don't know if I'm being clear enough in my initial post. I have the Risk Assessment plugin installed and working just fine. However, I need to make some fields in the assessment(s) based on other fields in the same assessment. Essentially, if the question asks "Was this first released to a non-production environment" and the end user answers "yes", I need it to then display another question like "Was end user testing done?". If they answer "no", the second question should never appear.
Generally this kind of functionality is a base part of the system (UI policies), but I can't seem to find a way to put that into the Change Risk Assessment module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2016 11:21 AM
Is the Question type is yes or no?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2016 11:29 AM
Yes, that's what the conditionals are all based on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2016 11:43 AM
You can simply write an onChange() script of that fields or UI policies