- 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
‎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
‎04-03-2018 10:07 AM
Thanks Brad, I had seen this solution but wasn't sure I needed to go this far for the goal.
It's actually not as difficult to implement thanks to the fixes Jon Barnes added.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2022 09:06 AM
New Feature Alert! "Multi-Row Variable Sets" (MRVS)
Not one to question Brad, but we have since added a new feature called Multi-Row Variable Sets that solves for this. Simply create a new Variable Set on your catalog item and you will be immediately prompted to select Single or Multi Row. Select Multi-Row and build your variable set as you normally would. When it's rendered it will show a list with an "Add" button and you can fill out each row with a modal dialog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2023 12:28 PM
It would be great if we could add a duplicate row button as well as the option to do in-line editing of the table without the modal dialog. Something more like what you can do with GitHub - ag-grid/ag-grid: The best JavaScript Data Table for building Enterprise Applications. Suppo...