Service Portal - Requested For on Checkout page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 12:51 AM
how to change the configuration on a catalog item/order guide's checkout page, where the requested for field should reflect the user we have selected on the order guide/catalog item form instead of the current logged in user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 02:35 AM
not very sure then how it's done
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 02:37 AM
@Ankur Bawiskar Thank you no issues,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 05:30 AM
Hi @sunil_m_l10,
We have come to a point of ignoring the checkout page because we couldn't get consistent updates by our customers. We went with setting the Opened By and/or Requested For accordingly in the associated Flow based on the Variable(s) updated before Request Submission.
This ensures accurate data in the Record Fields and gives us a consistent way to trigger Approvals, route to specific team(s) based on location, etc...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2025 06:02 AM
@Josh Pirozzi
yeah but we have this business requirement
is there any way to make it empty instead of logged in user default value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2025 06:13 AM
It might be possible to update the scripting on the Checkout Portal Widget, but then you run the risk of tech debt for patching/upgrades. If you have a single variable set for your order guides/catalog items for your 'Requested For' selection, then maybe you can map the variable to that field, but everything we had researched a couple of years ago led us to just adding a step into the Flows associated to Catalog Items/Record Producers to look at the 'Requested For' Variable on the submitted form and then update the corresponding Field on the RITM.
It gave us a semi-simple solution after going the routes of research and attempting to educate end-users on updating the Checkout screen, and not having a consistent solution.