visual indicators on Workspace UI

LuckySri
Tera Contributor

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.

 

 

1 REPLY 1

NotNowBoss
Tera Guru

@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');