Hello
How can I read the access permissions of a record in a business process? I need to read the permissions of one record and assign the same permissions to another record.
Like
Hello.
There is a table in the database, where all rights for the object are stored.
The table is called Sys+Object+Right (SysOpportunityRight, SysActivityRight, SysCaseRight etc).
More information can be found here:
https://community.creatio.com/articles/what-database-tables-should-i-ta…
Unfortunately, you can't read this object by the 'read data' element in the business process.
But your business task could be achieved by the script-task.
Best regards,
Antonii.
Hello.
There is a table in the database, where all rights for the object are stored.
The table is called Sys+Object+Right (SysOpportunityRight, SysActivityRight, SysCaseRight etc).
More information can be found here:
https://community.creatio.com/articles/what-database-tables-should-i-ta…
Unfortunately, you can't read this object by the 'read data' element in the business process.
But your business task could be achieved by the script-task.
Best regards,
Antonii.
Antonii Viazovskyi writes:
Hello.
There is a table in the database, where all rights for the object are stored.
The table is called Sys+Object+Right (SysOpportunityRight, SysActivityRight, SysCaseRight etc).
More information can be found here:
https://community.creatio.com/articles/what-database-tables-should-i-ta…
Unfortunately, you can't read this object by the 'read data' element in the business process.But your business task could be achieved by the script-task.
Best regards,
Antonii.
Thanks!