How to define views for the stepper component ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 04:04 AM
Hi all,
I am a beginner to Servicenow platform.
How can I define fields to be displayed in particular steps for the stepper component in UI builder, similar to the one here https://developer.servicenow.com/dev.do#!/reference/now-experience/rome/now-components/now-stepper/usage.
How can I create a page intended to be used for creating new records in UI builder ?
Thanks.
- Labels:
-
UI Framework Next Experience

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2022 07:13 AM
In that documentation link on the UIB Config tab it shows the properties of that component and what they're expecting. It looks like you define all of the different steps with the Items Array property, then use the Selected item property to highlight the current step.
You can create a page from the Record page template then add this stepper to the top of the page. You'll need to map the data from a data resource into your stepper. Unfortunately, I don't have any examples of this for you so there will likely be some trial and error.