DemoHub Fresh Test Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi everyone,
Does anybody know if there is a way for the test data in DemoHub to somehow be adapted to the time frame in which your demo will take place? For instance, if you are presenting SPM to a client in March 2026, to have for example Planning Intervals only for 2026, epics/features/stories planned for 2026, etc.?
Best,
Mariya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @mariyatodor - I'm afraid it cannot be adapted. Recently, I have loaded the demo data on diff demo instances at 2 diff times (this was for EA) - but no luck.
You may log feedback against showcase or reach out to respective support and see.
BR, UD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @mariyatodor
You have to run background script to load demo data as per following KB
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0722909
Instructions
Target role: Admin
- Log in to your ServiceNow instance with admin privileges.
- Go to System Definition > Scripts - Background.
- Copy and paste the following command in the Run script window:
GlidePluginManager.loadDemoData('<application scope>'); - Replace <application scope> with your application scope name.
- For example, to load Vulnerability Response demo data run: GlidePluginManager.loadDemoData('sn_vul');
- Select Run script in scope global to run the script.
How to find the application scope
- Go to System Applications > Applications > Installed.
- In the search field, enter the name of your application and press Enter.
- In the search results, select the application record to open it.
- Find the Scope field in the top left corner of the application record.
- Copy the value in the Scope field. This is typically a short string like sn_vul or com.snc.incident.
- Use this scope value in the demo data loading script from the previous instructions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @mariyatodor,
The latest version of DemoHub introduces a new AI-powered tool that allows users to create Demo Data. While I haven’t personally used it, there was previously an option to move existing data into the demo timeframe.
Here is a quick intro from the demo hub landing page: https://app.getreprise.com/launch/5Xak796/
There’s also a training available for partners: DemoHub unlocked: Find, Customize, and Deliver Demos
Hope this helps!
