How to Hide i Icon for references filed in MVRS catalolge item Portal

String
Kilo Sage

Hi Team ,

Am using the below portal form and we need to hide info( i icon) for reference field which is in MVRS

 

String_0-1708964850066.png

tried below steps but still no luck 

1.add below script in form page ID

.add-on > button.lookup {
   display:none;
}

2.added in variable attributes for references fields 

ref_decoration_disabled=true

 

check above two steps ,but still not working 

Please guide me

 

4 REPLIES 4

Sumanth16
Kilo Patron

Hi @String ,

 

To hide the reference field Information icon.

Navigate to sp_page.list and open sc_cat_item page

Add below code in CSS field of the page 

.field-has-reference > div.add-on > button {
display : none;
}

- The configuration is applicable for all users(including admin), there is no method to apply the logic based on user role.

 

Please refer to below thread:

https://www.servicenow.com/community/developer-forum/how-can-i-remove-information-icon-from-a-refere...

 

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

 

Thanks & Regards,

Sumanth Meda

Hi @Sumanth16 thanks for your reply ,replicated the same as you mention ,but still not working !

is there any other way work around ?

Hi @Sumanth16 

am using the code in the below CSS 

String_0-1709042604083.png

still no luck ,Please let me known anything am missing 

SunilKumar_P
Giga Sage