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

Creating and modifying form applets


Form applets are the main UI vehicle to display data of a single record. They are typically used when end users need to view a large number of fields at a time or during data and query criteria entry.

Because the Siebel Repository already contains hundreds of preconfigured form applets, we have the following choices when it comes to configuration of the Siebel UI:

  • Copy existing applets and modify the copy.

  • Create new form applets using the Form Applet Wizard.

The first option typically means less effort when the majority of controls can be reused.

Case study example: Creating a form applet

In Chapter 3 we described the following user interface requirements for the Process Start Page for the AHA (All Hardware) project:

For each process, a start view must be provided that displays a summary of the customer. The start view must display the customer profile information, the documents for the customer, the campaign history (graphically), and the change history for...