UI Action is not visible in workspace

Vedavalli
Tera Contributor

Hi
I've create a UI Action button in my custom workspace. Workspace button is also checked and in sys_ux_form_action table there's an entry created for the button. still it's not showing up in workspace

19 REPLIES 19

@Vedavalli 

you don't want it in native?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hi @Ankur Bawiskar 

I don't want it in native I want it in workspace

@Vedavalli 

let the UI action be configured with Form button - true

Then use View visibility to show only in workspace view

UI Action Config:

AnkurBawiskar_2-1749118426512.png

 

Native: Button not visible

Note: If agent opens INC in workspace view in native then this button will be still shown

AnkurBawiskar_0-1749118380368.png

 

Workspace: Button is visible

AnkurBawiskar_1-1749118400109.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Vedavalli 

another way is to use UI action condition and check the URL if it contains sow (workspace)

Nothing to do with UI action visibility related list

Add this in the UI action condition

Your Existing Condition && gs.action.getGlideURI().indexOf('/now/sow/record/') > -1

Then it will be shown only in workspace and not in native.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

@Vedavalli 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader