Reconfigure Product Instance Method
This method 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.
Arguments
Argument | Description |
---|---|
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 in the following steps.
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.
Related Information
See the topic about workflows in Siebel Order Management Guide, and Get Instance Method.