Hi,
We have added custom view to filter records this is working fine in CRM but it is not working in D365 Portal as Portal does not support that.
Is there any other way I can add custom view to filter records in D365 Portal.
Scenario:
1 there are two entities Project and Account. we have created custom entity(Project Accounts) to create N:N relation between them. so that one account can be related to many projects.
2. there is other entity, Request which has two fields Project and Account. When user select the value in Project, account field should get filtered based on the project selected.
This we achieved in CRM by adding custom view on account. but we cannot use the same approach in D365 Portal.