Hey looking for some help on Filter Entity List's.
Currently am developing a Portal for the company I work for and we are generating links to pages based off data in the CDS. The basic idea is creating a portal for users to check information of Projects they have with us and to make things simple, we're rendering pages based on query strings to save them having to login to our portal. The user won't be logged in and will get a url sent to them that filters data based on the parameters given.
While there's no issue with rendering a page for a specific record with a form, we're using a subgrid within the form to show data from a related entity and as such, we can't use Metadata filters for this subgrid. I was hoping to use an Entity list instead to make use of the Metadata filter, but when rendering the list, it's displaying all records from the entity and I can't find a way to filter the list to the ID parameter in the query string.
Is there a method around this? Thanks in advanced for any info.