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

Customizing web pages


As mentioned in the previous section, a web page is a repository object type that is neither an applet nor a view. The Siebel application login page is a perfect example of a web page. Web pages are referenced by application object definitions from the following properties:

  • Container Web Page: The name of a web page that defines the overall frameset for the Siebel application.

  • Login Web Page: The name of a web page that is used as the login page.

  • Acknowledgement Web Page: The name of a web page that is shown when the user has successfully logged on. Typically empty in favour of the Acknowledgement Web View property.

  • Error Web Page: The name of a web page that is shown in case of an error.

  • Logoff Acknowledgement Web Page: The name of a web page that is shown after the user has logged off.

The following are among the most common customization scenarios for web pages:

  • Modify the SWT file associated with the web page to change the overall layout or references to image...