How to remove /hide the "options " from the check box in catalog item

String
Kilo Sage

Hi Team ,

We created the catalog form ,in that we added the check box .but we can see the "options" beside the check box

Please guide me ,how to remove/Hide 

 

Screenshot 2023-08-23 at 10.33.28 AM.png

1 ACCEPTED SOLUTION

SANDEEP28
Mega Sage

@String To remove options, I create variable of type "Break " and order of this variable should be in between checkbox and other field. I usually name it is as a "formatter".

 

Then create UI policy and hide it.

 

 

 

SANDEEP28_0-1692785751533.png

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !! 

 

View solution in original post

5 REPLIES 5

Community Alums
Not applicable

Hi @String ,

Please refer to the solution and tweak as per your requirement : https://www.servicenow.com/community/developer-forum/how-to-hide-an-option-in-an-select-box-dependin...

 

Mohith Devatte
Tera Sage
Tera Sage

Hello @String ,

 

Try this but not sure if this works 

create a label variable before the check box  and place the check box below the label variable and see if options is going away.

 

Hope this helps 

Mark the answer correct if this helps you 

Thanks

It working only one column 

SANDEEP28
Mega Sage

@String To remove options, I create variable of type "Break " and order of this variable should be in between checkbox and other field. I usually name it is as a "formatter".

 

Then create UI policy and hide it.

 

 

 

SANDEEP28_0-1692785751533.png

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!