- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 11:06 AM
Hi @sj00981504
- Navigate to All > System applications > All available applications > All
- Search for plugin "
Software Asset Management Playbooks and Guided Setups (sn_sam_playbook) - Version: 2.0.7" and install/update it
- https://instance.service-now.com/now/app-manager/home/app/id/6568aa464d252050f877eb5345401cd5/v/2.0....
This includes the SAMP workspace, which is not yet available as single application in our PDIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 11:06 AM
Hi @sj00981504
- Navigate to All > System applications > All available applications > All
- Search for plugin "
Software Asset Management Playbooks and Guided Setups (sn_sam_playbook) - Version: 2.0.7" and install/update it
- https://instance.service-now.com/now/app-manager/home/app/id/6568aa464d252050f877eb5345401cd5/v/2.0....
This includes the SAMP workspace, which is not yet available as single application in our PDIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 03:13 AM
Thanks for the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2025 04:09 AM
I don't have that plug-in available in my PDI when I got to Plugins and search, it does not come up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 07:02 AM
Tried this and it did not work but I found a post that had a solution that worked.
I was able to get the Software Asset Workspace installed on my Yokohoma Developer Instance.
How to run background scripts.
Under All, Search for - Background to open the scripting tool to run scripts. Copy and paste the script below and click Run. You will need to "Refresh Instance" for the instance to reboot to see the changes.
var plugins = []; plugins.push('com.sn_sam_workspace'); var main = new GlideMultiPluginManagerWorker(); main.setPluginIds(plugins); main.setProgressName("Plugin Installer"); main.setBackground(true); main.start();