Bulk import roles for scoped application

krr
Mega Guru

We are creating a scoped application and we need to create quite a few roles. When attempting to do an import we are given the message 

 

Role table does not allow create and write access from other applications.

 

I realize that we can alter the table and adjust the application access, but adjusting system tables seems bad. Is there a proper way to bulk import roles through App Engine or otherwise?

5 REPLIES 5

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,
You can create the transform map in Gloabl and execute it as default app as your scoped app within an update set.
Role got created and also capture in update sets.

 

Sample as background script ran from global to custom app:

SaurabhGupta_0-1702920718018.png

 


Thanks and Regards,

Saurabh Gupta

It is working like a wow.

SaurabhGupta_0-1702921198970.png

 

Transform map:

SaurabhGupta_1-1702921366567.png

 

SaurabhGupta_2-1702921392245.png

 

 

 


Thanks and Regards,

Saurabh Gupta

Thank you for the idea, I'll test it out

Hi @krr 




Thanks and Regards,

Saurabh Gupta