Page 1 of 1

permission departments

Posted: Thu Aug 22, 2019 6:26 am
by aldopaee
Hello all
I want to give some users permission to edit only departments
How is it

Thanks
Attachm

Re: permission departments

Posted: Thu Aug 22, 2019 11:10 pm
by amosbatto
ProcessMaker doesn't have permissions for just editing Departments.

You could create a plugin that uses REST endpoints to edit the departments.

Another option is to create a process to let users edit the departments, and then fire triggers that use REST to save the changes to the departments.

Either way, you need to do some PHP programming to implement it.

Re: permission departments

Posted: Fri Aug 23, 2019 1:51 am
by aldopaee
Thank you very much my friend