Bulk import roles for scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 09:09 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 09:32 AM
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:
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 09:40 AM - edited 12-18-2023 09:43 AM
It is working like a wow.
Transform map:
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2023 09:59 AM
Thank you for the idea, I'll test it out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 05:29 AM
Hi @krr
Thanks and Regards,
Saurabh Gupta