How can we bind the access rights data of a Section Dashboard?

Hi Commnunity,

   I want to data bind the access rights of a sectional dashboard. I tried data binding the sysdashboard object of the particular section and exported the package. I then installed the package in another instance and found that the access rights were set to default. 

 

Please let me know if there is any method to data bind the access rights.

 

Thanks and Regards,

B ASHOK KUMAR

Like 0

Like

1 comments
Best reply

Hello!

 

Unfortunately, there is no basic way to import/export access rights from the system since it is a complicated mechanism and it cannot be extracted from the system easily. You can use custom SQL scripts in the package in order to transfer such information. Below you can find tables that store information about access rights:

  1. Sys[SectionName]Rights
  2. SysEntitySchemaColumnRight
  3. SysEntitySchemaOperationRight

Since it is a complicated task we suggest using the Marketplace application which can ease access rights setup: https://marketplace.creatio.com/app/access-rights-setup-wizard-creatio

 

Please, let us know in case any further assistance is required. 

 

Best regards,

Olga. 

Hello!

 

Unfortunately, there is no basic way to import/export access rights from the system since it is a complicated mechanism and it cannot be extracted from the system easily. You can use custom SQL scripts in the package in order to transfer such information. Below you can find tables that store information about access rights:

  1. Sys[SectionName]Rights
  2. SysEntitySchemaColumnRight
  3. SysEntitySchemaOperationRight

Since it is a complicated task we suggest using the Marketplace application which can ease access rights setup: https://marketplace.creatio.com/app/access-rights-setup-wizard-creatio

 

Please, let us know in case any further assistance is required. 

 

Best regards,

Olga. 

Show all comments