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

Synchronize Method


This is one of the Product Manipulation Toolkit Business Service Methods. It synchronizes product instance to the database. Optionally, this method also reprices the instance after it is synchronized by calling the Pricing Manager Reprice-RepriceAll. This method calls the EAI Siebel Adapter Upsert method to synchronize.

Arguments
  • Message Id: [in] Passed through to the EAI Siebel Adapter Upsert method. (Optional)
  • PrimaryRowId: [in] Row Id of the business component to be synchronized. (Required)
  • Reprice: [in] Y or N flag indicating whether to reprice or not. (Optional)
  • RootItemId: [in] If this input is given, only reprice the root line item with a Siebel Object Row Id that corresponds to this RootItemId and any new line items that were created from it after an Explode operation. (Optional)
  • SiebelMessage: [in] Product instance to be synchronized.
  • StatusObject: [in] Passed through to EAI Siebel Adapter Upsert method. (Optional)
  • SiebelMessage: [out] Synchronized product instance.
Returns

Synchronized product instance.

Remarks

This method is used when the object to be synchronized has modified quantity or price fields, requiring a repricing. It is primarily used after Explode.

See Also

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

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