Siebel Order Management Infrastructure Guide > Asset-Based Ordering Methods Reference > Product Manipulation Toolkit Business Service Methods >

Reconfigure Product Instance Method


This is one of the Product Manipulation Toolkit Business Service Methods. It displays, in the Configurator UI, the asset that was passed to the Product Configurator as input.

NOTE:  This method does not return the asset updated by Product Configurator. Instead an event occurs for the primary business component when the Done button is clicked. At that time, you can invoke the Get Instance method to obtain the updated asset from the Product Configurator.

Arguments
  • Complex Product: [in] This product instance, based on Asset, is used as input to the Configurator.
  • Row Id: [in] Row Id of the Asset.
  • Event Name: [in] Name of the event that is triggered when the user clicks the Done button.
  • Primary Business Component Name: [in] Name of the primary business component of the business object associated with the workflow that calls this method. This business component receives the event specified by Event Name.
  • Pricing Business object: [in] Name of the business object to be used for pricing.
  • Price List Id: [in] ID of the price list to be used.
  • Currency Code: [in] Currency code.
  • Exchange Date: [in] Date of the exchange.
  • Instance Id: [out] Returned key. This output can be passed (as input) to the Get Instance method to return a complex asset, loaded into the Product Configurator.
Returns

Product Configurator display of the reconfigured complex asset.

User Properties

This method applies the user properties listed below.

NOTE:  This view must use the same business object as the workflow that invokes the Reconfigure Product Instance method.

  • Asset Integration Object Name:

    Name of Integration Object based on Asset business components.

  • Complex Product Runtime View Name

    Name of view for Product Configurator UI.

Getting an Updated Asset

This method does not return the Asset updated by the Product Configurator. Instead, an event occurs for the primary business components, passed as parameters to this method, when the Product Configurator's Done button is clicked. At that time, the system can call PMT business service method Get Complex Asset to obtain the updated Asset from the Product Configurator.

See Also

See the topic about workflows in Siebel Order Management Guide, and Get Instance Method.

Siebel Order Management Infrastructure Guide Copyright © 2008, Oracle and/or its affiliates. All rights reserved. Legal Notices.