---
sourceDocument: Australia Sales and Order Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/order-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Sales and Order Management

ft:clusterId :

    - omgmt

bundleId :

    - omgmt

workflow :

    - Customer and Industry


---

# Approve service qualification requests

# Review and approve service qualification requests {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 Minuten Lesedauer

Review and approve customer orders captured through the Technical Service Qualification API.

## Vorbereitungen

Role required: sn_ind_tmt_orm.order_fulfilment_manager, sn_ind_tmt_orm.order_fulfilment_agent, sn_ind_tmt_orm.service_order_manager, sn_ind_tmt_orm.service_order_agent

## Prozedur

1. Navigate to  WorkspacesCSM/FSM Configurable Workspace .
2. Select the List icon .
3. Navigate to Service OrdersAll.
4. Select an order with the Order type as Service and Fulfillment type as Qualify.
5. Select Approve.  
   The State field changes to In Progress and order decomposition occurs and service orders are generated for each customer order line Item.  
   Hinweis:  
   During order decomposition, only service orders are created, resource orders are not generated for service qualification requests.
6. Navigate to the Line Items tab, select a parent line item in the list and select Qualify Order.  
   Hinweis:  
   The Qualify Order option is available only on the top order line items in the hierarchy.
   * The Result field is updated to Pending and the [Process Qualification Request subflow](https://servicenow-prod.fluidtopics.net/FOEeWGgOA6SKK_EQhYwAUw "The Process Qualification Request subflow generates a qualification request based on the customer order, sends the request to the third party inventory system, and executes the integration request.") subflow is launched. After the subflow has been executed, depending on the response from the external inventory system, the Customer Order Result field is updated to one of the following:
     * Qualified: Requested service is available.
     * Alternate: Requested service is not available but an alternate proposal is available.
     * Unqualified: Requested service and alternate proposals are not available.
     * None: If any errors occur during the execution, the result is updated to None.
     {#order-mgt-tsq-approve__ul_jkf_fdb_1wb}
   * The following business rules are invoked to derive the result:
     * Update Line Item Qualification Result: Propagates result from domain order to order line item.
     * Update Qualification Result on Order: Propagates result from top order line items to the customer order.
     {#order-mgt-tsq-approve__ul_vjz_b4t_1wb}
     The Customer Order Result status is based on the status of the domain order and order line items. If the order line items have different or mixed results, the Result status is derived as follows:{#order-mgt-tsq-approve__table_rq5_cyl_dwb__entry__2}

     | Domain order | Order line item result |
     |-|-|
     | All domain orders are set to Qualified. | Qualified |
     | All domain orders are set to Alternate. | Alternate |
     | All domain orders are set to Unqualified | Unqualified |
     | All domain orders are set to None | None |
     [ ]

     {#order-mgt-tsq-approve__table_rq5_cyl_dwb} {#order-mgt-tsq-approve__table_v5h_g2b_1wb__entry__2}

     | Top Order Line Item | Customer Order Result |
     |-|-|
     | All top order line items are set to Qualified. | Qualified |
     | At least one top order line item is set Alternate and no items are set to Unqualified. | Alternate |
     | At least one top order line item is set to Unqualified | Unqualified |
     | At least one top order line item is set to None | None |
     [ ]

     {#order-mgt-tsq-approve__table_v5h_g2b_1wb}

   {#order-mgt-tsq-approve__ul_zlt_pdb_1wb}

   Manually updating the qualification request  
   You can manually update the Result field in two ways:
   * Update the qualificationresult field inn the api/sn_ord_qual_mgmt/qualification/checkServiceQualification/processResult API for all the order line items.
   * Update the Result field on the Domain Order, Order Line Item, and top Order Line Item forms. The Result field on the Customer Order is also updated.
   {#order-mgt-tsq-approve__ul_lgf_d2y_1wb}

   Data model changes  
   The following forms have been updated to process service qualification requests:
   * Customer order
     * Result: Can be None, Qualified, Unqualified, Alternate, or Pending.
     * Fulfillment code: Readonly field.
     {#order-mgt-tsq-approve__ul_k2s_bsn_dwb}
   * Order line item Result: Can be None, Qualified, Unqualified, Alternate, or Pending.

   * Domain order
     * Result: Can be None, Qualified, Unqualified, Alternate, or Pending.
     * Unavailability reason
     {#order-mgt-tsq-approve__ul_o2b_psn_dwb}
   {#order-mgt-tsq-approve__ul_b15_srn_dwb}

