We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Title Best approach to collect additional information after RITM submission – Survey vs Alternative?

Ankit Balapure
Tera Contributor

Hi Everyone,

I have a requirement where a user submits a request through a Catalog Item (for example, requesting software installation).

Current Process

  1. The requester fills some initial variables in the Catalog Item form and submits the request.

  2. After submission, an SC Task is created.

  3. The Assigned To person needs additional information to proceed with the task.

  4. Currently, the Assigned To user contacts the requester (via chat/email) to collect the required details.

  5. After receiving the information, the Assigned To user manually updates the variables on the SC Task.

This process is time-consuming and inefficient.


Proposed Approach

We considered triggering a Survey after the request is submitted so the requester can fill in the additional information. The responses would then automatically update the variables on the SC Task.

However, while designing the survey, I noticed several limitations:

  • No support for Rich Text question type

  • Cannot make questions read-only

  • Cannot show dynamic header information like:

    • RITM Number + Short Description + Requested For

  • Limited flexibility compared to Catalog variables


Requirement

The service owner wants the same behavior and experience as Catalog variables but inside the survey.


Question to the Community

Has anyone implemented a similar solution before?

Specifically, I would like guidance on:

  • Whether Survey is the right approach for this use case

  • If there are better alternatives to collect additional information from the requester after RITM creation

  • Any best practices or architecture recommendations

Some options we are considering:

  • Survey

  • Record Producer / Catalog Item triggered later

  • Other ServiceNow-native solutions

Any suggestions or experience with similar implementations would be greatly appreciated.

Thank you!

6 REPLIES 6

Mark Manders
Giga Patron

This doesn't make sense. A catalog item should have all questions needed to fulfill the request. And in case more information is needed, you can ask that through comments so the opened_by can update the request. Surveys don't make sense in your use case. That implies you know what needs to be added, so you should have requested that upfront.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Agree with you @Mark Manders 

 

Creating a new RP would introduce technical debt and is not a good approach. It would also create confusion for users about which process to follow — the existing Record Producer or the Request process — especially regarding state updates @Ankit Balapure 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************