Upgrade Guide for Microsoft Windows > Postupgrade Tasks > Additional Postupgrade Tasks for Specific Applications >

Postupgrade Tasks for Quotes


NOTE:  If you are upgrading from Release 7.x to Release 7.5, you do not need to perform this procedure.

After upgrading to Release 7.x, the administrator needs to verify that the new customizable products work as needed. In order to do so, the administrator needs to validate and release the customizable product for use. This action is performed in the Product Administration screen. If the administrator does not release the product after the upgrade, customizable products are not active in Release 7.x. Refer to Siebel Interactive Selling Applications Upgrade Guide for more details.

Packaged products do not require additional modifications in the postupgrade process.

After upgrade, you need to run the following statement to fix an issue where quote items had trailing spaces added accidentally. Running this script is mandatory.

update S_QUOTE_ITEM

setROW_ID = rtrim(ROW_ID)

,   ROOT_QUOTE_ITEM_ID = rtrim(ROOT_QUOTE_ITEM_ID)

,   PAR_SQ_ITEM_ID = rtrim(PAR_SQ_ITEM_ID)

,   PORT_VALID_PROD_ID = rtrim(PORT_VALID_PROD_ID)

,   PROD_PORT_ID = rtrim(PROD_PORT_ID)

,   INTEGRATION_ID = rtrim(INTEGRATION_ID)

;

commit

;


 Upgrade Guide for Microsoft Windows
 Published: 20 October 2003