Help: How to remove reference icon on specific fields of catalog item?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2020 03:32 AM
Hi developers,
Can any one help me on How to remove reference icon(which appears on reference field) on specific fields of catalog item.
Thanks,
Snehal m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2021 03:24 PM
you can create a onload script
function onLoad() {
//Type appropriate comment here, and begin script below
$j('.icon-info').hide();
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2020 10:57 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2020 04:43 AM
Hi Snehal,
Please try this-
- Navigate to System Definition > Dictionary
- Filter the list to find the reference field of which you want to disable the information icon
- Open the record (eg. Caller)
- Add this line to the Attributes: ref_decoration_disabled=true
- Save/Update the record
Please mark correct or helpful if this helps you.
Thanks
Swapnil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2020 04:02 AM
Hi Swapnil,
This solution you suggested can be used on the normal variables. But I want to hide reference icon on the catalog variable.
Regards,
Snehal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2021 10:41 PM
add variable attribute ref_decoration_disabled=true