Book Image

Oracle Siebel CRM 8 Developer's Handbook

By : Alexander Hansal
Book Image

Oracle Siebel CRM 8 Developer's Handbook

By: Alexander Hansal

Overview of this book

Table of Contents (33 chapters)
Oracle Siebel CRM 8 Developer's Handbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Case study example: Creating pick applets


The second requirement stated in the previous case study example is to create a new pick applet that displays the product data to end users so they can select one product.

Developers have the following options for pick applets (sorted from least to most effort):

  • Reuse existing pick applets based on the same pick business component

  • Copy an existing pick applet and modify the copy

  • Create a new pick applet using the Pick Applet wizard

Note

Did you know?

Because the Pick Applet wizard does not place all typical pick applet controls such as the Find combo boxes on the web layout, these must be copied from an existing pick applet using the Compare Objects window in order to avoid placing them on the wrong placeholders.

The following procedure describes how to copy an existing pick applet and modify the copy. Copying an existing pick applet ensures that all typical pick applet controls such as the Find functionality are present in the custom pick applet on the...