Service Operations Workspace - Image to appear next to caller field if custom checkbox is true

Jake McC
Tera Contributor

Hello,

 

Within the Service Operations Workspace I am trying to have an image appear next to the "Caller" field if my custom checkbox field is true. I believe that I know how to do this in Core UI however I don't believe that this will work in SOW. Does anyone happen to know how one would go about this? I've been scouring the UI Builder and can't see any option there.

 

Many thanks,

Jake

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Jake McC 

for Workspace it's different, you need to use Field Decorator

Create a field decorator action 

UI Builder Deep Dives: Field Action Decorator 

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

M Iftikhar
Mega Sage

Hi @Jake McC ,
The supported way to achieve this is by configuring a Field Decorator within a Declarative Action in UI Builder.

Steps to implement:

  1. Open your form in UI Builder.

  2. Select the Caller field.

  3. In the right-hand panel, add a new Field Decorator.

  4. Link the decorator to a Declarative Action.

  5. In the Declarative Action, define the condition (e.g., if your custom checkbox is true).

  6. Configure the decorator to display your chosen image or icon when the condition is met.

This is the recommended method for conditional visuals in Workspaces.

Helpful references:

Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.