How to Hide i Icon for references filed in MVRS catalolge item Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 08:31 AM - edited 02-26-2024 08:32 AM
Hi Team ,
Am using the below portal form and we need to hide info( i icon) for reference field which is in MVRS
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 08:58 AM
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:
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 04:10 AM
Hi @Sumanth16 thanks for your reply ,replicated the same as you mention ,but still not working !
is there any other way work around ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 06:04 AM
Hi @Sumanth16
am using the code in the below CSS
still no luck ,Please let me known anything am missing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 06:31 AM
Hi @String, Please have a look at How to remove the Information preview button on reference fields from Service Portal
Regards,
Sunil