This mashup (custom add-on) disables the + Create > View / Report / Dashboard / Folder function for certain users and/or roles.
The mashup is helpful when Administator decides to maintain views for all users by himself and he/she doesn't want to let users to create their own views in the system.
Activation
The mashup can be activated by Administrators of your Targetprocess account. Install the mashup from the Mashups Library. Navigate Settings > Mashups menu item for this purpose.
Configure the mashup in the Code editor area.
Edit the varlistAccessDenied
section in the mashup code.
varlistAccessDenied = { roles: ["Developer","QA Engineer"], ids: [1,2,3] }
Please note that the code is case-sensitive.
In this section you specify which roles and/or users will not be able to create a new View in Targetprocess.
For example:
roles: ["Developer","QA"]
blocks the Create View function both for Developers and QA
ids: [1,2,3]
blocks the Create View function for the users with IDs=1,2,3
After installation, reload Targetprocess page in your web browser. Request your colleagues to perform the same action if the mashup doesn't work for them.
Still have a question?
We're here to help! Just contact our friendly support team.