Hello again,
Can I check the Preferences section in the menu tab list from roles? I don't want every user to see it.
I tried to add it manually but it did not work.![Smile](https://forum.espocrm.com/core/images/smilies/smile.png)
I added a photo.
Can I check the Preferences section in the menu tab list from roles? I don't want every user to see it.
I tried to add it manually but it did not work.
![Smile](https://forum.espocrm.com/core/images/smilies/smile.png)
Code:
{ "ActivityDay":{ "create":"yes", "read":"own", "edit":"own", "delete":"no" }, "Meeting":{ "create":"yes", "read":"own", "edit":"own", "delete":"no", "stream":"no" }, "Preferences":{ "create":"no", "read":"no", "edit":"no", "delete":"no", "stream":"no" }, }
Comment