- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2018 01:50 PM
Hi there - I am trying to recreate a web form in Service Portal. We are on Kingston Patch 3.
I am providing a list of items that a user could order. Right now it is a quick form that sends an email. Adding each item to the product catalog would be overkill at this time as they are used to ordering on the same page.
If I could 'left align' the Question on a variable, it would be do-able, just not pretty.
Ideally they would see a list or grid. The text can be hard coded and I just gather the variable values for quantity to create a task and notification on Submit. Any thoughts? Google is not my friend today.
Item Part Number QTY
Item one that the user can order |
560045 |
|
Item two that the user can order |
685521 |
|
Item three that the user can order |
698745 |
|
Item four that the user can order |
325621 |
|
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2018 12:32 PM
I would take a look at this share app:
https://share.servicenow.com/app.do#/detailV2/ccb1ee2fdba45f001afe13141b96195a/overview
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2023 01:11 PM
Is there a way to do this using something like AG Grid?
I would like to be able to copy rows, and edit the rows in-line without a modal dialog. This would help users that have to enter multiple rows with just some of the columns changing.
Thanks,