---
sourceDocument: Australia IT Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/it-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia IT Service Management

ft:clusterId :

    - itsm

bundleId :

    - itsm

workflow :

    - Technology


---

# Request Management architecture

# Request Management architecture {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 min. de leitura

Request Management allows catalog items to be requested and fulfilled based on defined
flows.

## Request Management hierarchy {#request-management-architecture__section_ctw_bbb_sgb}

Service Catalog is the starting point of the request management process. The request
management process is triggered only when a catalog item from the Catalog Item \[sc_cat_item\]
table is requested.

When a user submits a request for a catalog item, records are generated in the following
hierarchy.  
Nota:  
Variables are associated only with the Requested Item \[sc_req_item\] table. Variables are not supported for extended tables.  
Figura 1. Request Management hierarchy  
Nota:  
When you configure Request Management:

* The data model does not support a record producer generating request management objects such as request, request item, and catalog task. Hence, do not use a record producer to insert records in the following request management tables or their extensions:
  * Request \[sc_request\]
  * Request Item \[sc_req_item\]
  * Catalog Task \[sc_task\]
  {#request-management-architecture__ul_rfm_wdb_sgb}
* Do not write business rules with the `before` trigger for the following tables:
  * Request \[sc_request\]
  * Request Item \[sc_req_item\]
  * Cart \[sc_cart\]
  * Cart Item \[sc_cart_item\]
  {#request-management-architecture__ul_mmy_pdb_sgb}
{#request-management-architecture__ul_jg2_pdb_sgb}

## Request management process {#request-management-architecture__section_wxz_tcb_sgb}

Catalog item is ordered directly without adding it to the cart{#request-management-architecture__cat-item-direct}
:   When a catalog item is ordered or requested directly without adding it to the cart, the
    following steps are performed:

    1. A temporary cart, sc_cart, is created.
    2. The catalog item along with the variables (values entered by the user) is added to the temporary cart as a record in the Cart Item \[sc_cart_item\] table.
    3. The variables are saved in the Options \[sc_item_option\] and Variable Ownership \[sc_item_option_mtom\] tables.
    4. The temporary cart is checked out by performing these steps.
       1. A record in the Request \[sc_request\] table is initialized but not committed in the database.
       2. A record in Request Item \[sc_req_item\] table is initialized but not committed in the database.
       3. The request reference for the Request Item \[sc_req_item\] table record is updated with the Request \[sc_request\] table record.
       4. The variables record in the Options \[sc_item_option\] and Variable Ownership \[sc_item_option_mtom\] tables are updated based on the Request Item \[sc_req_item\] table record.
       5. The Request Item \[sc_req_item\] table record is committed in the database.
       6. The Request \[sc_request\] table record is committed in the database.
       {#request-management-architecture__ol_dt4_2db_sgb}
    {#request-management-architecture__ol_n3k_zcb_sgb}

Request is submitted after adding the item to the cart

:   If a catalog item is added to the cart and the request is submitted using the checkout process, the default cart is checked out. All steps mentioned in the preceding scenario,
    Catalog item is ordered directly without adding it to the cart, are applicable. However, if
    multiple catalog items are added to the cart, step b to step e are repeated for each
    item.

Request is submitted using an order guide

:   For a two-step order guide checkout, the temporary cart is used for all items. For a three-step order guide checkout, the default cart is used for the items.All steps mentioned
    in the preceding scenario, Catalog item is ordered directly without adding it to the cart,
    are applicable.

Nota:  
The base system workflow attached to the request is demo data.
**Tarefas relacionadas**   

* [Create a catalog request in Agent Workspace](https://servicenow-prod.fluidtopics.net/d0vLdZeyuAGSRHZObEFdlg "You can create a catalog request in Agent Workspace to join the Service Catalog flow from a different flow. For example, from an incident flow, you can create a request, and associate the request with the incident. It helps you in tracking the requests associated with an incident and vice versa.")
* [Create a request from Universal Request](https://servicenow-prod.fluidtopics.net/dmi8omwKqie~Fa3w6KCA5A "As a routing agent, create a request from a universal request and then assign it to the appropriate assignment group. The request manager handles the requested items and takes further actions to fulfill the request.")

