unable to add admin role to another user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 01:22 AM
unable to add admin role to another user
i tried to do it multiple time but it kept disppearing after i add it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 01:52 AM
@Maik Skoddow the issue is due to this new thing called. : snc_external and i also cannot access to the guided setup to perform this setting :
- Navigate to All > Customer Service > Administration > Guided Setup and click Get Started.
- In the Fix External User Role Assignment category, click Get Started and then click Avoid such role assignments in future.
- Set the glide.security.explicit_roles.enable_internal_user_blacklist property to true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 02:02 AM
Hi @chercm
I have for my PDI a script which sets up a new provisioned instance. That script also installs all required plugins in the background. The portion for CSM looks like:
var gmpmw = new GlideMultiPluginManagerWorker();
var arrPlugins = [
"com.sn_customerservice"
];
gmpmw.setPluginIds(arrPlugins);
gmpmw.setProgressName("Plugin Installer");
gmpmw.setIncludeDemoData(true);
gmpmw.setBackground(true);
gmpmw.start();
All the dependencies are pulled automatically. You can extend the array arrPlugins with more plugins or apps if required.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2023 03:52 AM
@Maik Skoddow i do not understand how did my admin account got into snc_external and i cannot change it back to internal as it is have inheritance to some other groups