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?
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.
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.
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.