How to Display a Message at the Top of a Related List Tab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 01:51 PM
I'd like to display a message at the top of a Related List tab on a form. The message should be visible on the tab only, not at the top of the entire form and not on a section of the form. Is there a way to do this?
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 02:31 PM
Use solution from below post
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 02:56 PM
Thank you. I looked at that article previously, and don't think it applies. It is using the alert() API which is documented for Service Portal only; my need is for the standard platform views. Also, alert() typically displays a separate modal window, which is not what I want; I want a simple message at the top of the related list tab only, similar to addInfoMessage() which displays at the top of the entire form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 03:05 PM
There is no OOB API to show list message on top of only related list.
You can do it with DOM manipulation.But, DOM is not recommended.
Regards,
Sachin