- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2017 09:26 AM
Hi,
I have requirement on making a field mandatory for user if another filed (checkbox ) is marked. (Snap below).
so if Downtime (Yes/No) box is checked, user has to fill in Risk and Impact analysis field (Mandatory).
Please help.
Thanks,
Rajan Mehta
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2017 09:30 AM
Write a UI Policy for that.
conditions: Down time is yes
Ui policy action:
Risk and impact analysis:
manadatory:true
visibility: leave alone
Read-only: leave alone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2017 09:30 AM
Write a UI Policy for that.
conditions: Down time is yes
Ui policy action:
Risk and impact analysis:
manadatory:true
visibility: leave alone
Read-only: leave alone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2017 01:03 PM
Thank you Balaji.
That's exactly I was looking for.
Thanks,
Rajan Mehta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2017 09:35 AM
You requirement can be achieved using a UI policy on the change request table, Apart from the steps mentioned by balaji, make sure you check reverse if false flag on it.
Thank You
Please Hit Like, Helpful or Correct depending on the impact of response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2017 01:04 PM
Thank you Alikutty for your suggestion.
Thanks,
Rajan Mehta