Message for Workspace form header

deepak50
Tera Contributor

Hi,
I have to display a message in agent workspace form header.
I have contact and account fields of case table in workspace form headers.
I tried to set g_form.showFieldMsg for these fields , which is working in case form (platform view), but not in agent workspace view for case (fields are in form headers).
g_form.addInfoMessage is working but this is displaying message above UI actions buttons.

Is there a way we can display message in agent work space form header below fields or set the location for addInfomessage.

Please see screenshot for reference.

Thanks
Deepak

1 REPLY 1

Musab Rasheed
Tera Sage
Tera Sage

Hello,

Unfortunately this is not possible in agent workspace, however you can display message once form loads using onload client script. That's the option we have.

g_form.addInfoMessage("Musab Rasheed");

Please hit like and mark my response as correct if that helps
Regards,
Musab