How can I build a Request Item with a grid or table in the service catalog?

DennisFoster1
Kilo Contributor

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

 

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee
5 REPLIES 5

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,