Create new "wizard", like "$pa_indicator_wizard.do"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 01:40 AM
Hi all,
I would create something like the user experience that are available on this page:
- $pa_indicator_wizard.do
but I note that there aren't any documentation abut this king of "wizard".
How I could start ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022 05:28 AM
Any page that starts with a "$" and ends with ".do" is a UI Page.
There are several hundred or more UI Pages included with any ServiceNow instance; however, this one and some others are not visible on the list of UI Pages to view/edit. I believe this is because they are proprietary and not intended for you to view or edit.
Creating a UI Page usually involves using Jelly scripting which is considered outdated, but you can also use AngularJS. You might be able to leverage some of the out-of-the-box UI pages that are visible to use as examples for building your own.
--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022 07:11 AM
I’m pretty sure you can reach replicate the “wizard” experience in another way with the NOW platform.
What exactly you’re trying to implement? What’s the use case, briefly?
Maybe I can help with an alternative solution.
Thanks
Will
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2022 05:27 AM
Hi William,
yes it's absolutely my target 🙂
My idea it to have something like a record producer,
but that have the possibility to design different steps.
Perfectly like the Indicartor Wizard.
Regards
Vincenzo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2025 05:36 AM
Hey,
I'm looking for a similar idea to create a change wizard(replica of change form) - any suggestions on this?
Should we be utilising the UI pages to potentially get this done or is there any other way could achieve this.