DemoHub Fresh Test Data

mariyatodor
Mega Contributor

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

3 REPLIES 3

Uday Damaraju
Kilo Guru

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

Tanushree Maiti
Kilo Patron

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

loading demo data for any application that has already been installed on a ServiceNow instance.

Instructions

Target role: Admin

  1. Log in to your ServiceNow instance with admin privileges.
  2. Go to System Definition > Scripts - Background.
  3. Copy and paste the following command in the Run script window:
    GlidePluginManager.loadDemoData('<application scope>');
  4. Replace <application scope> with your application scope name.
    • For example, to load Vulnerability Response demo data run: GlidePluginManager.loadDemoData('sn_vul');
  5. Select Run script in scope global to run the script.

How to find the application scope

  1. Go to System Applications > Applications Installed.
  2. In the search field, enter the name of your application and press Enter.
  3. In the search results, select the application record to open it.
  4. Find the Scope field in the top left corner of the application record.
  5. Copy the value in the Scope field. This is typically a short string like sn_vul or com.snc.incident.
  6. Use this scope value in the demo data loading script from the previous instructions.
Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

fknell
Tera Patron

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!