Multi-page or multi-step record producer?

bobby24
Tera Contributor

Is it possible to create a record producer that has multiple pages or multiple steps? I have a long list of questions that I need answered but do not want to have them all on 1 screen. I am already using a record producer for roughly 15 of the questions and part of them are using a template, but I have a lot more to add and do want the end users to have the ability to go forward and backward on questions if possible.

If this isn't possible, what is the best method? I am trying to avoid order guides and catalog request items and I do not need/want a req item to be created.

8 REPLIES 8

sachin_namjoshi
Kilo Patron
Kilo Patron

YOu can implement this using wizard functionality.

 

https://docs.servicenow.com/bundle/madrid-application-development/page/script/server-scripting/concept/c_WizardScripts.html

 

Regards,

Sachin

Tracy Davis
Giga Guru

I'm using multiple Variable sets for something like this. They only display if certain selections are selected. I also have them set to compress - so the user can click the +/- sign and the section sort of hides but still displays the section name.

Is there something I am missing that allows you to set the compress on a variable set?

Sorry, I think I did it using UI policy with some basic scripting