Dears,
I have a requirement where I need to show a grid that will show result set from multiple tables example order and quotes id based on create date.
Id | Type | Created On | Created By |
Guid | Order | 11/15/2021 | User1 |
Guid | Order | 11/15/2021 | User1 |
Guid | Quote | 11/15/2021 | User1 |
Guid | Quote | 11/15/2021 | User1 |
Above table results union of Order and Quote. This can be build in HTML web resource in Custom grid.
I just wanted to know if some OOTB alternates that we can leverage without building custom resources.
Thank You,
Abhishek