I have a requirement to show the "My Team's Active Projects" view on the Project entity to the contact logged in to the portal. So, this contact would be a team member on the Project record.
I can't see a way to configure a view to work with this criteria - the criteria-builder in the views in CRM have no way of referring a contact logged into the portal, that I'm aware of.
That leaves me the following options:
- Use an entitylist with a broader view (like "All Active Projects") and then try to filter down the entityview.records collection in the portal page before the entityview actually shows it (probably using Liquid, comparing the logged-in contact's name to the text field that includes the names of all project team members). But, if I were to do this, I would really like to filter the records before they hit the entityview, and show them in the entityview. There are other views available to the user here also, and I don't want to build my own custom table because it would look different than the other views.
- Filter the list and build a custom table.
I'm hoping for #1. Is it possible? I haven't been able to find documentation that says it is. If it can be done, I need some guidance on what the liquid or other code would look like.
*This post is locked for comments