NON Production Environment Booking & Reaservation Mechanism
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 03:02 AM
Hello,
Wanted to know if there is any process to reserve or book non prod environment for testing in Service -now ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 07:49 AM
Hi @leeza
Every customer has 3 instances: Dev, test/ QA/ UAT, and prod. You can do the testing in the Test/QA environment.
Not sure what do you mean by booking non prod environment for testing?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 07:52 AM
Hi Leeza
Can you please elaborate a little more on your query?
What is the requirement , What is the purpose, what support are you looking ?
as per my understanding what you mentioned, please find my response below
ServiceNow does not have a native “Environment Reservation” feature out of the box, but you can implement a process or leverage existing modules to handle this requirement
One Such Approach is -
Use ServiceNow Change Management Module
ServiceNow's Change Management module can be adapted to reserve non-prod environments for testing.
Steps:
Create a Change Request Template:
- Navigate to Change > Templates > Create New Template.
- Create a template named something like "Non-Prod Environment Reservation."
Define Fields:
- Environment Name (e.g., Dev, Test, UAT, Sandbox).
- Requested Start and End Date/Time.
- Purpose of Reservation.
- Testing Team/Owner.
- Approval Workflow (if required).
Automate Reservation:
- Set up a workflow or flow in Flow Designer to validate the reservation.
- Notify relevant stakeholders when the environment is booked.
Add Environment Availability Validation:
- Use a custom table (env_reservation) to track reservations.
- Validate conflicts before approving requests.
Let me know if suffice your requirement.