Hello,
we need to customize the Angular Web Portal by adding an eui-select (drop-down menu) with options retrieved from the database. Our query involves joining more tables. One of the tables is Person and it is filtered using the requester CentralAccount or UID.
Example:
Table A joined with table B joined with table Person and filtered in UID_Person = 'xxxxx'
Using a standard get API on table A, you can't filter on fields in other joined tables. (Right?)
How can we do this?