• Grant access to Schedulers via Role or ACL?

    We would like to grant a user access to Schedulers without granting them access to All of the administration. Thoughts? This doesn't seem to work. (function (app) { app.events.on("app:sync:complete", function () { if (app.user.get('type') != 'admin…
  • How to give access to standard user to PMSE Emails Templates module ?

    Hi, despite we see and configure in roles the access for PMSE Emails Templates, the standard users can't access to the module. We need the users to be able to select in a relate the appropriate email template. currently we see that acl is forced to…
  • Custom Visibility Code

    Hi Everyone, Does anyone know if it's possible to have custom visibility code that will show a module results in the sub panels under a record but not allow the user to open that result or view the result in a report unless that have access to the team…
  • How to disable quick create menu entry for a specific module in mobile view ?

    hi, i've have to disable create for account in mobile view only. i'already set an ACL wich works great. but i see, it remains create button in subpanel and quick create menu. how can i do to remove them in mobile view ?
  • How to control access on dashlets

    Hi, for a specific use case we would like to be able to control the access to dashlets. Currently , as far as I know, there is no way of configuring this. So any user can select the dashlet and we need to implement logic in de controller of that dashlet…