How to override the label of a dot-walked field in Workspace Form Header ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
I am working on a Custom Workspace in UI Builder and I'm trying to customize the Problem (problem) record header.
Requirement: I need to display a field from the parent Incident table in the workspace form header.
What I have done so far:
I navigated to Workspace Form Headers (sys_aw_form_header) for my workspace.
I added a record to the Secondary Values (sys_aw_form_header_secondary_values) table.
I used dot-walking for the field name: incident.duration.
The Problem: The field appears correctly in the header, but it is using the default dictionary label from the Incident table. I need to change this label to something custom (e.g., "impact duration") only for this workspace header.
The Challenges:
The sys_aw_form_header_secondary_values table does not have a "Label" override field.
Changing the dictionary label on the Incident table is not an option as it affects the entire platform.
I want to avoid creating new custom fields/calculated fields on the problem table if possible.
Questions:
Is there a way to alias or override a dot-walked label specifically within the sys_aw_form_header framework?
If not, can this be achieved via a Client Script in UI Builder by manipulating the g_form data resource output before it renders the header?
I have attached a screenshot showing my current configuration and how it looks in the Workspace. Any guidance would be greatly appreciated!