How to bind a data resource to a list component in UI Builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-16-2024 11:37 AM
Hi Listers,
I need to get basic fields from multiple tables and use the information to populate a list component in UI Builder. The use case is to allow users to be able to search archival tables without needing to know the exact name of the tables. Can someone point me to the right direction?
I am on Washington DC so I do not have access to Multi-table data resource (though I am not sure if this can be achieved with this component either).
Thanks & regards,
Victor
- Labels:
-
UI Builder : Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 03:09 AM
Do you have all details required for List component config like table, fixed filter, filter, columns etc because list shows the list of records from only a specific table and not from multiple tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 03:20 AM
Hi Dibyaratnam,
The concept was to use (for example) a Transform data broker to prepare the records from the from the multiple tables into a data resource and then bind this resource to a list component.
Is that even doable in UI Builder?
Regards,
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2024 04:50 AM
In list component you need to pass table name, it will show record from a single table. I dont think list component will work for what you are trying to achieve.