Question

case record set up access rights

Hello community.

I need to update access rights for Case records in the database.  

Please help me to find out the table name where access rights for case records are stored.

Thanks in advance,

Jana

Like 0

Like

3 comments
Best reply

Dear Jana, 



As for the Operation column everything is correct. 

Right level: 0 - Denied 1 - Granted; 2 - Granted with right to delegate.

SourceId - Id from SysEntitySchemaRecRightSource, indicates the source from which the right was received. 

Position - priority in rights hierarchy. If denying right has a lower number in this column it will be considered above any other rule. 



Kind regards,

Roman

Hello Jana,

 

The tale name should be SysCaseRight.

The same works for other objects - Sys[ObjectName]Right.

 

Best regards,

Bogdan S.

Bogdan, thanks for you reply yes Do I correctly understood that Operation: 0-Read, 1-Edit, 2-Delete. RightLevel: 1- Granted, 0-Denied. And what does Posititon and SourceId mean?

Dear Jana, 



As for the Operation column everything is correct. 

Right level: 0 - Denied 1 - Granted; 2 - Granted with right to delegate.

SourceId - Id from SysEntitySchemaRecRightSource, indicates the source from which the right was received. 

Position - priority in rights hierarchy. If denying right has a lower number in this column it will be considered above any other rule. 



Kind regards,

Roman

Show all comments