Creation of sold product and product inventory records

  • Release version: Australia
  • Updated March 12, 2026
  • 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 management of customer product and service inventory records, ensuring accurate inventory tracking. This process involves the creation of sold product records and product inventory records as orders are processed and fulfilled.

    Show full answer Show less

    Key Features

    • Sold Product Records: Created in the Sold Product table once an order line is marked as closed complete.
    • Product Inventory Records: Generated in the Product Inventory table after an order is decomposed, completed, and fulfilled, specifically for products with specifications.
    • System Configuration: The creation of records depends on the configuration of the snindtmtorm.enableprodinvtforordermanagement system property.
    • Order Workflows: Distinct workflows for new and change orders govern how product and specification states are updated throughout the fulfillment process.

    Key Outcomes

    Upon completion of the fulfillment process, product specifications transition to an Active state, ensuring that all attributes are accurately reflected in the customer order record. Change orders allow for adjustments, with specifications moving to a Change Pending state until finalized. The processes enable effective management of product inventory, including actions like disconnecting, suspending, and resuming products based on their state.

    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.