How to Display a Message at the Top of a Related List Tab

Community Alums
Not applicable

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?

3 REPLIES 3

sachin_namjoshi
Kilo Patron
Kilo Patron

Community Alums
Not applicable

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.

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