"display only" components to show values from different tables for same hr profile record uib worksp

Firas Kh
Tera Expert

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,

the second one for a custom table called "Marital Status" need there to show the real value of the same hr profile record. tried to put the same sys_id = @Data.record.sysId but it didn't work. since need to be connection between the "hr profile" sys id and between "Marital Status" sys id records or a relation between the key fields.
how we can implement this using UIB?
Thanks!
 
FirasKh_0-1700432024542.png

 

FirasKh_1-1700432069350.pngFirasKh_2-1700432104203.png

 

 

2 REPLIES 2

Susan Britt
Mega Sage
Mega Sage

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.

@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!