cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Backoffice User Restrictions

Former Member
0 Kudos
396

Hi, i created a user group in backoffice and associate a employee whith permission granted for unit edit. But when this employee try find members in unit edit mode the message "Insufficient type permission" it's display.

Regards,

Wesley Borges.

Accepted Solutions (1)

Accepted Solutions (1)

aimprosoft
Participant
0 Kudos

Hello Wesley Borges,

You need to add permission for your custom group.

$START_USERRIGHTS;;;;;;;;;

Type;UID;MemberOfGroups;Password;Target;read;change;create;remove;change_perm
UserGroup;employeegroup;;;;;;;;
;;;;Principal;+;;;;;

$END_USERRIGHTS;;;;;;;;;

Instead of ‘employeegroup’, use your custom group name.

You can import this code in HAC with Tab “ImpExImport’.

Best regards,

Igor

Answers (0)