Question

Transferring data through a package with objects

Transferring data through a package with objects. Where can I find out which object transfers which data?

For example, which object is used to transfer the "Organisatorische rollen" data?

Like 0

Like

1 comments

Good day,

 

Transferring an object does not move its data, but only the structure of the table itself.

 

To transfer data as part of a package from one environment to another, you need to create [data] bindings.

In the case of roles, currently, the method described above for quick transfer of rights will not work, and also since this functionality is closely related to the table of system users (SysAdminUnit).

 

It's not recommended to bind users, organizational structure, roles, licenses, and other administrative things to a package. It will be very hard to handle that if you decide to install that package after the moment when the client adjusts administrative things according to his or her needs directly on the production. 

Consider setting up the administrative structure directly on the required website. 

 

As a direct answer - the organizational roles are stored in the "SysAdminUnit" and "SysAdminUnitInRole" tables. Theoretically, it's possible to bind them to the package via SQL scripts. But it's strongly not recommended.

 

Thanks.

Show all comments