Siebel Scripting Interview Questions with Answers

1/14/2011 No Comment
Collection of Siebel Scripting Interview Questions and Answers from web

Where can we write eScript in Siebel?
Answer : We can write Browser or Server Script in following areas based on the requirement in the project.
• Applet
• Business Component (BC)
• Business Service (BS)

What is a Client Business Service in Siebel?
Answer : We can see the Business Services Client also. These are called Client Business Services we can see them in Business Service Administration Screens. We can write the script for the BS in the client itself. After writing the BS there is no need to compile those BS's.

When do you use "CanInvoke(False/True)" method in scripting?
Answer : We use it before invoking a method in PreCanInvoke Event and verify a condition. Based on the result, we can make the method Invoke =True/False. It is just like validating a condition before invoking the method.

What is the Alternative for Business Service?
Answer : There is an alternative to writing a business service is to write the method at the application level. Siebel Systems encourages developers to use business services, as they can be called by workflow processes; as we cannot call custom application level methods.

When to User Browser and Server Script?
Answer : Browser script is recommended for:
• Communication with the user
• Interaction with desktop applications
• Data validation and manipulation limited to the current record
Server script is recommended for:
• Query, insert, update, and delete operations
• Access to data beyond the current record

No comments :

 

Aired | The content is copyrighted and may not be reproduced on other websites. | Copyright © 2009-2016 | All Rights Reserved 2016

Contact Us | About Us | Privacy Policy and Disclaimer