Change Risk Assessment - UI policies in the assessment

joshua_bice
Giga Expert

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.

16 REPLIES 16

Better to write client script   with on load function.


Use glide Ajax



Regards,


Lrr.


joshua_bice
Giga Expert

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.


Midhun1
Giga Guru

Is the Question type is yes or no?


Yes, that's what the conditionals are all based on.


Midhun1
Giga Guru

You can simply write an onChange()   script of that fields or UI policies