I have an entity with custom fields. The custom fields have field level security enabled. Further I have a solution that includes views with some of these custom fields. For a user that does not have read access to these fields the column will just be empty.
Instead of showing an empty column I would like to just disable that view for this user. I understand that I can't hide such views based on the security role (which is really what I need).
One solution is to create a personal view and then share it. However, it seems I cannot create personal views as part of a solution. Or is there? Or is there another way to achieve this?