Is there a way to set Mandatory all the fields inside of a form section/tab?

guill3
Giga Contributor

Hi,

 

I'm currently working on a requirement to set mandatory several fields inside of an specific Tab/section, however I can't find a way or glide method to set all of them mandatory without creating several UI Policy actions, does anybody  got some suggest?

1 ACCEPTED SOLUTION

Sergio26
Giga Guru

Hello,

Unfortunately there is option in UI Policies/Actions to make a group of fields mandatory by specifying a form tab or section.

Even using code (for example in a Client Script) you would have to specify each fields individually to be mandatory.

Your best bet would be to create a UI Action for each field to be mandatory. This way you don't script, so no worries for future updates.

You should however take this to ServiceNow as an enhancement, it would be a great feature.

Have a great day

 

View solution in original post

1 REPLY 1

Sergio26
Giga Guru

Hello,

Unfortunately there is option in UI Policies/Actions to make a group of fields mandatory by specifying a form tab or section.

Even using code (for example in a Client Script) you would have to specify each fields individually to be mandatory.

Your best bet would be to create a UI Action for each field to be mandatory. This way you don't script, so no worries for future updates.

You should however take this to ServiceNow as an enhancement, it would be a great feature.

Have a great day