- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 05:20 AM
I want to use catalog item to make a portal page for post application.
1)The first page is used for input the post information.
2)The second page is used for confirm the information inputed at the first page before,.
3)After confirming the information,then submit the information.
Is there any way to make this procedure without writing client script?
Pre thanks for ur help.
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2022 09:44 AM
Hi,
If your query is resolved, please mark the answer as correct and close this thread for others.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-12-2022 12:26 PM
No, usability suggests you dont do this. We use Mandatory fields and onSubmit to validate. SPA > multi page loads!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2022 10:02 PM
Hi
Thanks for ur reply.
Could u show me some example of how to use as SPA multi page loads with Mandatory as onSubmit event?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2022 03:41 AM
Hi,
What you need can be achieved using "Order Guide" feature in ServiceNow and you will not require scripting unless you want to do for a specific validation.
1) Create a catalog Item first by Navigating to "maintain items" module as shown below:
2) Fill out the form and then once saved you need to create Variables for this catalog item which will be used to capture information from the user as shown below:
Once your Variables are created then navigate to the module "Order guide" as shown below:
Now you need to give a name and include your catalog item created in above step as shown below and define the Rule base
Result:
First page as shown to capture info from User:
Once filled in the next page will show, the info filled in by the user:
Finally click on Order Now button to place the order:
https://docs.servicenow.com/bundle/orlando-it-service-management/page/product/service-catalog-management/task/t_CreateAnOrderGuide.html
https://www.youtube.com/watch?v=8MdjpofVaf8
Hope this helps. Please mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2022 09:44 AM
Hi,
If your query is resolved, please mark the answer as correct and close this thread for others.
Regards,
Shloke
Regards,
Shloke