I am investigating the "Entity List" route for filtering based on logged in user but hit a blocker. I need to filter by two fields! I need a list related to a logged in user and based on the case the user is interested in. Is that possible?
Basically I have a case entity and within that there are deadlines (another entity) assigned to multiple people. The logged in user only cares about their deadlines within the specific case. There is a relationship between the deadline entity and the case entity but I can't take advantage of that within the Portal "Entity List"...or can I? I know I can do fetchXML filtering but that requires an action from the user to do the filtering. I need to filter during page load (no user interaction) and ensure the list is set and pagination is defined.