visual indicators on Workspace UI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 01:54 AM
Hi All
Please advise what visual indicators are available to be used with the Workspace UI .
style changes AND Display Inline field message working in Platform UI.
as of my knowledge Unfortunately, The workspaces are made on the UI framework which doesn't allow the style changes AND Display Inline field message in Workspace UI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 06:57 AM - edited ‎12-01-2022 06:58 AM
@LuckySri
Hello, as far as i know, its correct you cant do style changes for now.
Would you be able to use g_form.showFieldMsg('FIELD', "MESSAGE", 'TYPE'); ?? This works in workspace
g_form.showFieldMsg('priority', "If priority is 1 its 1", 'error');