Creation of sold product and product inventory records

  • Release version: Zurich
  • Updated October 7, 2025
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Creation of Sold Product and Product Inventory Records

    The Order Management application facilitates the creation and maintenance of customer product and service inventory. It enables users to maintain accurate records of sold products and product inventory, ensuring efficient order management.

    Show full answer Show less

    Key Features

    • Customer Product Data Creation: Sold product records are generated in the Sold Product [sninstallbasesoldproduct] table when an order line is marked as closed complete. Product inventory records are stored in the Product Inventory [snprdinvtproductinventory] table after order fulfillment.
    • Configuration Flexibility: The creation of sold products or product inventory records depends on the configuration of the snindtmtorm.enableprodinvtforordermanagement system property.
    • Order Workflows: New order and change order workflows manage the state transitions of product inventory records, including Installation Pending, Active, Change Pending, Inactive, Suspended, and Resumed states.

    Key Outcomes

    By utilizing the Order Management application, customers can expect streamlined order processing with accurate updates to product and inventory records. Successful order closures lead to real-time updates of product specifications, enhancing inventory management and operational efficiency. Customers can manage changes to orders effectively, ensuring that inventory states reflect current statuses accurately.

    Learn how the Order Management application creates and maintains the customer product and service inventory. By using this application, you can maintain an accurate inventory of your customer products and services.

    Customer product data record creation

    Sold product records are created and added to the Sold Product [sn_install_base_sold_product] table after an order line is marked as closed complete. Product inventory records are created and added to the Product Inventory [sn_prd_invt_product_inventory] table after an order is decomposed, completed, and fulfilled. Product inventory records are created for products with specifications. Depending on how your admin has configured the sn_ind_tmt_orm.enable_prod_invt_for_order_management system property, either sold products or product inventory records are created. For more information, see Configure customer product data management.

    The Product Inventory table extends the Sold Product table. Only the items from the product inventory are available for change, disconnect, suspend, or resume type orders.

    New order workflow

    The new order workflow is as follows:
    1. After the fulfillment or service order manager approves the order, the product inventory record is created. This record has placeholders for all the specifications that are generated after decomposition. The associated models have an Installation Pending state.
    2. During the fulfillment process, when the product, service, and resource orders are closed, the state of the associated specification updates to Active in the product inventory record.
    3. When you close the customer order, all the characteristics that are associated with the specifications on the customer order update the record.

    Change order workflow

    The change order workflow is as follows:
    1. After the fulfillment manager or service order approves the order, the state of the changed or removed specifications are updated to Change Pending. The models that are associated with the changed specifications are also updated to reflect the latest model that is generated due to the change.
    2. During the fulfillment process, when the product, service, and resource orders are closed, the state of the associated specification updates to Active.
    3. When you close the customer order, all the characteristics that are associated with the specifications on the customer order update the record.
    4. If the change order included a request to disconnect a product or service, the associated product inventory record moves to an Inactive state after the order is complete.

      You can create orders with action type as disconnect for product inventory records that are in Active or Suspended states.

      For suspend type orders, the end state is Suspended after the suspend workflow is completed. Product inventory state changes from Active to Suspended after all tasks and jobs have finished.

      For resume type orders, the end state is Active after the resume workflow is completed. Product inventory state changes from Suspended back to Active after all tasks and jobs have finished.