Report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 02:20 AM
Hello everyone,
We are planning to generate reports on the admin users present in our lower environments, testing, and production. Whenever a user refreshes the report, it should trigger an integration that retrieves the data from the instances. Is it possible to implement this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 02:22 AM
yes it's possible but you will have to store the data somewhere so that it can be rendered in your dashboard/report.
where are you storing that?
You can consume endpoint of DEV, TEST from production and show the data but the main question is where are you planning to store that
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 02:27 AM - edited ‎03-11-2025 02:27 AM
you can use Remote table to hold data in production from lower environment
Then see if you can report on that remote table
refer this link on how to populate the remote table
ServiceNow Get started with Remote Table
Example 1: Retrieving all incident records from an external source
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 02:27 AM
The problem is that we are not able to create any new tables but is it possible to store it somewhere?
Or is it possible to get the data from lower instance table itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 03:02 AM
did you check the above comment where I mentioned about using remote table?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader