Reader small image

You're reading from  Oracle Siebel CRM 8 Developer's Handbook

Product typeBook
Published inApr 2011
Reading LevelIntermediate
Publisher
ISBN-139781849681865
Edition1st Edition
Languages
Concepts
Right arrow
Author (1)
Alexander Hansal
Alexander Hansal
author image
Alexander Hansal

Alexander Hansal has worked as an IT professional in small, medium, and global corporations. Since 2001, Alexander works as a technical instructor and consultant for Siebel CRM and Oracle Business Intelligence in Europe. He enjoys teaching, and shares his knowledge and expertise in his classes at Oracle University and in his weblog, http://siebel-essentials.blogspot.com/
Read more about Alexander Hansal

Right arrow

Creating a custom business service


As discussed in the previous section, scripting is the last resort for developers. Because of the high risk, we should consider every move very carefully. The decision of where to place our code influences its manageability. We have learned in previous sections of this chapter that we can write script code at the Application, Applet, Business Component, or Business Service object level.

We can reach the highest level of reusability and availability, two important paradigms in modern programming, when we place our code in a business service method. This section will teach us how to implement a business service method with eScript.

Case study example: Retrieve person information with eScript

AHA employees often need to know more about the users who are associated with a record. Activities for example can be associated with one or more persons who can be internal employees or contacts. The AHA team must provide a proof of concept that information stored about...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Oracle Siebel CRM 8 Developer's Handbook
Published in: Apr 2011Publisher: ISBN-13: 9781849681865

Author (1)

author image
Alexander Hansal

Alexander Hansal has worked as an IT professional in small, medium, and global corporations. Since 2001, Alexander works as a technical instructor and consultant for Siebel CRM and Oracle Business Intelligence in Europe. He enjoys teaching, and shares his knowledge and expertise in his classes at Oracle University and in his weblog, http://siebel-essentials.blogspot.com/
Read more about Alexander Hansal