Upgrade Guide for DB2 UDB for z/OS and OS/390 > Preparing Application Data for Upgrade >

Preparing Products and Quotes for Upgrade


Upgrades: Release 6.x only.

Environments: Production environment only.

This topic is part of an upgrade process. See How to Perform the Upgrade.

Customizable Products

Determine which of your Release 6.x configuration solutions are to be upgraded to Customizable Product quote items in Release 7.7. For Customizable Products, make sure that the Model Product field is checked in the Product Administration screen. This allows these products to be upgraded as Customizable Products.

For products that do not need to be upgraded as Customizable Products, verify that the Model Product field is unchecked. This verifies that quotes using these products in 6.x are upgraded as Packaged products.

All Siebel Configurator model associations for these products are removed, and these products behave like hierarchical product bundles. For more information on Packaged products and Configurator, see Product Administration Guide.

Discount Amount Field

Read this section if you have implemented the Quotes line item Discount Amount Field so that it allows creation of a header-level discount when the field is either NULL or contains $0.00.

The Siebel 6.x default behavior is to populate this field with $0.00, and the user must then clear this before entering a header-level discount.

In Release 7.7, the default for this field is NULL. This means the user does not have to clear the field to create a header-level discount.

If you have altered the default behavior so that the user can create a header-level discount when the Discount Amount field is either NULL or contains $0.00, you must run the following script on the Siebel Database before doing the upgrade:

update S_QUOTE_ITEM

set DISCNT_AMT = NULL

where DISCNT_AMT = 0

Upgrade Guide for DB2 UDB for z/OS and OS/390