"display only" components to show values from different tables for same hr profile record uib worksp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2023 02:15 PM
Hello Experts,
I have a customized UI builder page, that includes hr profile for employees.
see the attached screenshot, there are "display only" components, each one shows a different table fields. also tables has same "hr profile" key field (referenced).
so my aim is to show in the uib for agent workspace all the values of the fields from all the component's tables with the true value of the hr profile record (for same hr profile's user).
attached also two screenshots from the "display only" components: one for "hr profile" table that working with the sys_id = @Data.record.sysId,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2023 11:00 AM
May I ask why you are doing this customization and not utilizing the "At a glance" component of UIB Agent Workspace to show the relevant information. You can easily configure what all should there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2023 11:30 AM - edited ‎11-21-2023 11:33 AM
@Susan Britt hello,
It's our customer's requirement. To show as fields views.
I found the solution already for this question via using the lookup data source and connecting it the components.
Thanks!