Modifications in the delivery screen
- UpdatedJul 31, 2025
- 1 minute read
- Zurich
- Now Platform Capabilities
In the final checkout step, a summary screen provides a list of all items and services ordered.
Warning: Modifying the Order Status or Summary screen requires advanced scripting and
a knowledge of Jelly. Also, the upgrade process skips updates to the summary screen after a
customization.
With these constraints in mind, you can modify the summary screen by editing the
com.glideapp.servicecatalog_checkout_view UI page.
Requester search results
After you enable the two-step checkout process, the Requested for field appears on the Request form.
The Requested for field references the User [sys_user]
table and has an auto-complete feature. Two service catalog properties () enable an administrator to add columns to the search results for this field
and to order the list by one of the columns.
| Property | Description |
|---|---|
| Additional columns for the "request for" Service Catalog
widget. (glide.sc.request_for.columns) |
Choose fields from the User [sys_user]
table. Must
be semicolon separated. |
| Ordering of matches for the "request for" Service Catalog
widget. (glide.sc.request_for.order_by) |
Choose fields from the User [sys_user] table. |