Message for Workspace form header
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 08:17 AM - edited ‎12-14-2022 08:21 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2022 12:09 PM
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");
Regards,
Musab