Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I suggest adding permission to allow users to view customers details. As the current permission this can be done only by giving the user admin permissions.
The reason for this is that if I'm adding custom attributes for the customers were I'm adding their contact details, Escalation matrix, and some additional information, And I want my analysts to be able to view those details I've added, but at the same time I don't want them to be able to edit and delete the customers
My suggestion is to do something similar to the alerts in the development branch, to add customer_read, customer_write, and customer_delete.
As I need this for the current setup I'm doing, I can work on this submit my code.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I suggest adding permission to allow users to view customers details. As the current permission this can be done only by giving the user admin permissions.
The reason for this is that if I'm adding custom attributes for the customers were I'm adding their contact details, Escalation matrix, and some additional information, And I want my analysts to be able to view those details I've added, but at the same time I don't want them to be able to edit and delete the customers
My suggestion is to do something similar to the alerts in the development branch, to add
customer_read,customer_write, andcustomer_delete.As I need this for the current setup I'm doing, I can work on this submit my code.