Service Operations Workspace - Image to appear next to caller field if custom checkbox is true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago - last edited 3 hours ago
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:
Open your form in UI Builder.
Select the Caller field.
In the right-hand panel, add a new Field Decorator.
Link the decorator to a Declarative Action.
In the Declarative Action, define the condition (e.g., if your custom checkbox is true).
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:
How to display an icon beside a field in Service Operations Workspace
Field Declarative Actions in Service Operations Workspace (Docs)
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.