Product Administration Guide > Siebel Configurator Scripts > Siebel Configurator Script Events and Methods >

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 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)

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.

Product Administration Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.