Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Enchancement Requests Process

Akshata3
Giga Contributor

Hi,

When a user submits a catalog form called Enhancement Request, first I(ServiceNow Developer) create it in development instance it should get approval from the client, then after approval, it should directly move to QA instance then again approval is required, after approval, it should automatically move to prod.

Is there any process in ServiceNow so that I can implement it?

 

Regards,

Akshata 

1 REPLY 1

Raj_Esh
Kilo Sage
Kilo Sage

Hi Akshata,

 

It completely depends on what is the enhancement request is for. Catalog item or assignment lookup rules. Form customization. 

Also, when you say it should directly move to QA after approval. Here the control of moving the enhancements is missing from the developer. Whenever you're moving any changes from Lower instance to Production, always best practice going with update sets. Here you may use the remove update set which helps in retrieving the update sets from lower instance to Production.

 

Hope it helps.

 

Thanks,

Raj

--Raj