Create new "wizard", like "$pa_indicator_wizard.do"

utente
Giga Expert

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 ?

4 REPLIES 4

WORKFLOW-COWBOY
ServiceNow Employee
ServiceNow Employee

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. 

Reference: https://docs.servicenow.com/bundle/sandiego-application-development/page/script/server-scripting/ref...


--------------------------------------------------
Workflow Cowboy
LinkedIn: https://www.linkedin.com/in/dalestubblefield/
YouTube: https://www.youtube.com/@starlordnow

Aka Guglielmo
ServiceNow Employee
ServiceNow Employee

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

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

dheerajmami
Tera Contributor

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.