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
Or contact
a sales representative
Get a live
product demo
Let one of our product specialists create your account
and shape Targetprocess for your
company needs.