- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2022 09:58 AM
Hello,
I'm trying to modify the Order Confirmation widget on the portal, so that when the user finishes picking the catalog items he needs, he'll be asked to enter some information concerning the request as a whole, so that it can be persisted on the sc_request table for later use.
So far I have trying meddling with the SC Checkout widget's code, but to no avail, if anybody has an idea on how to achieve this it will be much appreciated, thanks !
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2022 12:45 PM
Ok, we don't know what you know...or don't know...unless you tell us.
So it was not obvious from your post that you referenced the same thread I pointed to nor was it obvious that you're struggling in the server script portion, specifically.
I'd recommend to review documentation/tutorials on how to work with widget script and then most importantly...you're employed with a ServiceNow partner, correct? Please speak to your peers there as you can easily communicate with those resources and get assistance much faster than on the forums (as you can connect right on your chat channels and share screen, etc.).
Here's some links about building widgets and such:
There's tons of other threads where people have asked how to communicate from one part of the widget to the other, you'd just want to search for those. One of those links is also noted above to help get you started.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2022 12:22 PM
Hi,
Please refer to this thread for general guidance.
Essentially, you'd have to clone the widget and then make edits as needed. You'd then need to pass that information to the server to then update the Request record and related fields that you're talking about.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2022 12:39 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2022 12:45 PM
Ok, we don't know what you know...or don't know...unless you tell us.
So it was not obvious from your post that you referenced the same thread I pointed to nor was it obvious that you're struggling in the server script portion, specifically.
I'd recommend to review documentation/tutorials on how to work with widget script and then most importantly...you're employed with a ServiceNow partner, correct? Please speak to your peers there as you can easily communicate with those resources and get assistance much faster than on the forums (as you can connect right on your chat channels and share screen, etc.).
Here's some links about building widgets and such:
There's tons of other threads where people have asked how to communicate from one part of the widget to the other, you'd just want to search for those. One of those links is also noted above to help get you started.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2022 12:57 PM