
Does anyone know if you can configure security around GP connector so that all users can submit an Order to GP, but only select users can submit an Account to GP?
Native CRM Security does not seem to handle this.
*This post is locked for comments
I have the same question (0)Which version of CRM you are using? I think there should be security to do so?
you only need to hide the button based on Security role. if it is not there in Security setting. you can achieve this using java script.
1- Find out the user role.
2- check whether it belongs to specific user group.
3- based on result of step 2. hide and show the button.