Hi All,
We have the following requirement need to be implemented on the D365 Portal
If Logged In user has account "ABC" then it should see all records of that entity list.
if Logged in user has an account other than "ABC" records will get filtered based on the account.
We have used entity permission to filter the records based on the account.
But how can we display all the records if the account is "ABC".
Is there any way to show a specific view using liquid or any other approach to implement this?.