Siebel Questions

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 3

Question: Which Siebel objects supports scripting?

• Answer: Script can be written on following objects in Siebel:


Business Services
• Client Side Business Services
• Business Components
• Applets
• Application
• Product Configurator Events
• Smart Scripts
• Workflows (via business services)
• Open UI js class files
• Browser scripts on Applets, BusComps, Application, Business Services
• Siebel Webtemplates SWTs
• ?????
Question : How to show a confirmation(Ok/Cancel)
dialogue box in Siebel?
• Answer: Confirmation Dialog box should be implemented through
browser script using javascript confirm method. This method prompts
users with option to proceed or cancel the process.

You might also like