Process Supervisor Role

1
0
-1

Hello All,

We need to enable a non-administrator user to review cases for the whole organization, no just her own cases. This user cannot have access to deploy, enable, or disable processes or to manage the organization user, groups and roles.

Specifically, we need to give this user access to the case detail (casemoredetails) for archived and current cases.

Is there any way to do this in the Community Edition?

Thank you.

2 answers

1
0
-1
This one is the BEST answer!

Hello.
I think you have only one way to resolve this. You must insert two records in the database(My Database is Oracle) which Bonita was installed.

insert into profile values(1,3,1,'Supervisor', 'Show The Cases', 1505022138269, -1, 1505022138269,2);
insert into profileentry values(1,16,'Show Cases','Show All Cases For Supervisor', 0, 0, 'link', 'caselistingadmin', 0);

Some field may be no matter, but required (Not null fields in database).

Finally add some user to Supervisor profile.
Worked fine for me (7.1.2 Bonita BPM Community Edition). Good Luck.

Comments

Submitted by antoine.mottier on Mon, 03/12/2018 - 10:24

Note that Profiles management is a feature of Bonita Subscription edition so please consider using the Subscription Edition if such feature is required for your usage.

1
0
-1

Ali,

Thank you.

That did the trick.

Edo.

Notifications