Cfg_InstPostSynchronize Event
This event is called for the product root after the user clicks Done in the selection pages to end a configuration session. No further processing by the Siebel Product Configurator engine occurs in connection with this event. Using this event to adjust item quantities or attribute values is not recommended.
Note: This event is not supported for asset-based ordering. For asset-based
ordering the Product Manipulation Toolkit Business Service (SIS OM
PMT Service) handles the Synchronize call. For asset-based ordering,
use the PMT service methods and the asset-based ordering workflows
to write scripts.
Syntax
Cfg_InstPostSynchronize (RootProd as String)
The following table explains the argument in this syntax.
Argument | Description |
---|---|
RootProd |
String. The name of the customizable product. |
Returns
None
Usage
Use this event to add or modify line item information before it is stored. You can also use this event to modify pricing or do other activities associated with quote line items.