- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks 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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
It's OOTB for caller field in SOW.
That's what I mentioned, you will have to deep dive in UI builder to see how it got applies on list. check the link
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
3 weeks ago - last edited 3 weeks 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello Muhammad, many thanks for your response.
This is my view of the Incident form in the UI Builder, I found this by right clicking the header within the Core UI and clicking Form Builder. As you can see I cannot find Field Decorator in the right-hand panel. Is there perhaps some other way I should be navigating to the incident form within the Service Operations Workspace so that I am able to see the option you informed me of?
Many thanks,
Jake