Multi-page or multi-step record producer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 10:12 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 10:39 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 10:51 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 11:02 AM
Is there something I am missing that allows you to set the compress on a variable set?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2019 11:13 AM
Sorry, I think I did it using UI policy with some basic scripting