Question

Portal User Roles

Hello, is there a way to use organization roles or functional roles with portal users other than the generic "all portal users" org role? For example if I want to use a business process to change access rights to one group of portal users, but not another group?

Like 1

Like

5 comments

Dear Mitch,

As for now it cannot be done with the help of application tools, but we have a correspondent problem registered to our R&D team so they could implement this functionality in one of future versions of the application. I will notify our R&D team about this question from you so to raise the priority of the problem. Thank you for helping us to make our application better!

As for now you can use this SQL-query so to add org.role for portal users:

insert into SysAdminUnit (ParentRoleId, Active, ConnectionType, SysAdminUnitTypeValue, Name) Values (N'720B771C-E7A7-4F31-9CFB-52CD21C3739F', 1, 1, 1, N'Portal Org Role')

Where "Portal Org Role" - is the name of role you want to add.

Best regards,

Oscar

Hi Oscar,

Just to let you know that we are also interested in the functionality requested by Mitch.

 

Cheers,

Luis

Luis Tinoco Azevedo,

I am glad to inform you that starting from 7.14.2 version of the application there is a possibility to add organizational roles for portal users. To do that you need to create a subordinate organization for portal users role 

http://prntscr.com/oe4l3w, update roles and you will be able to choose it for portal users.

Best regards,

Oscar

Nice. Thanks Oscar Dylan.

Excellent news! Thank you Oscar Dylan!

Show all comments