Is there possible to show views for certain security roles and avoid show other ones ? As forms
@CRMChap3 жыл бұрын
Hi Alvaro, this is not possible out of the box. You would need to implement a custom plug-in that intercepts the retrieval of a view to a user as part of the relevant Retrieve/RetrieveMultiple request and, based on the user's security role, remove the view that they are not supposed to access.