What do you mean by virtual business comp in Siebel?
Answer Posted / karthikeyan
A virtual business component provides a way to access data that resides in an external data source using a Siebel business component. The VBC does not map to an underlying table in the Siebel Database. You create a new VBC in Siebel Tools and compile it into the siebel.srf file. The VBC calls a Siebel business service to provide a transport mechanism.
You can take two approaches to use VBC's
1. Use the XML Gateway business service to pass data between the VBC and one of the Siebel transports, such as the EAI HTTP Transport or the EAI MSMQ Transport
2. Write your own business service in Siebel eScript or in Siebel VB to implement the methods
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is constrainted picklist?
What exactly use of s_party concept in siebel?
What is the use of item identifier.
in a three level hierarchial picklist say country,state,city how do we perform pickmap 2)say if we have values same for country (having value 'A') and for state (having value 'A') and for city having value 'B' and in parent Lic we give value for city as 'A' how do it recognise it as State any other solution
How is netscaler static caching maintained?
What is the behavior of the eim delete process?
How can you do the data cleansing in eim?
Can multiple presentation catalogs refer to one business model?
what is seibel admin mode view? How to create one?
What are the differences between siebel 7.8 and 8.0?
Suppose there is a search spec on bc, and applet both. Explain the execution of this scenario?
In an applet one custom button is created on clicking that button all the fields get validated and then message should be displayed on the other applet as the corresponding field values are empty
What are different types of tables?
When do we use genbscript.exe?
Explain what is client business service?