Make a field Visible and make Mandatory based on another field after submit

Lucky1
Tera Guru

Hello all,

 

Using a business rule, a custom field is populated with configuration item class on change request once a change request is submitted.

So, now my requirement is if the configuration item class is Windows Server, I have to show up another custom field and make it mandatory.

 

Can someone help me how to do this?

 

 

Regards,

Lucky

 

1 ACCEPTED SOLUTION

Brad Bowman
Kilo Patron
Kilo Patron

This is simply a UI Policy or onLoad Client Script on the change_request table, after the other custom field has been added to the form.  Use reverse if false on the UI Policy, or an else block on the Client Script to make the other custom field (not mandatory and) hidden. 

View solution in original post

2 REPLIES 2

Brad Bowman
Kilo Patron
Kilo Patron

This is simply a UI Policy or onLoad Client Script on the change_request table, after the other custom field has been added to the form.  Use reverse if false on the UI Policy, or an else block on the Client Script to make the other custom field (not mandatory and) hidden. 

Thank you Brad.

 

I did not get this to my mind 🙂

 

Regards,

Lucky