225k views
5 votes
Which table is used to store request items?

A. sc_item
B. sc_requested_item
C. sc_request_item
D. sc_req_item

1 Answer

5 votes

Final answer:

In the ServiceNow platform, request items are stored in the 'sc_req_item' table, which records each ordered item from the service catalog.

Step-by-step explanation:

The table used to store request items in the context of ServiceNow, which is an ITSM (Information Technology Service Management) platform, is sc_req_item. This table is designed to hold details about each requested item that is part of a service catalog request. When a user orders an item from the service catalog, a new record is generated in the sc_req_item table representing that specific order.

The record links to the parent request, which is stored in the sc_request table. The sc_req_item table is commonly referred to as the Requested Item [sc_req_item] table within ServiceNow.

User Jwillmer
by
7.5k points