Eystein Bye
11/02/2023, 2:03 PMSELECT * FROM rolePermissions WHERE role = 3
But can I also add permissions to a role?Matt Bernstein
11/02/2023, 3:47 PMEystein Bye
11/03/2023, 3:07 PMrecord.Type.ROLE_PERMISSIONS
Matt Bernstein
11/03/2023, 3:11 PMconst roleRecord = record.load({
type: 'role',
id: roleId,
isDynamic: true,
});
We utilize this to make implementations easier. We then go through and update permissions according. What error did you receive?Eystein Bye
11/03/2023, 3:12 PMEystein Bye
11/03/2023, 3:16 PMpermissions
to add a permissions to that role?Matt Bernstein
11/03/2023, 3:18 PMEystein Bye
11/03/2023, 3:18 PM