What do you mean by virtual business comp in Siebel?
Answers were Sorted based on User's Feedback
Answer / ravi
Virtuval Business Component used in siebel to see the
External data in the Siebel Application.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / anit
A virtual business component (VBC) 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
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / stevemoha
VBCs are the mechanism in siebel EAI by which data from an
external system can be viewed in siebel application without
having to replicate that data within the siebel database.
Example:
Your users could access detailed credit card information
from a mainframe system for a given customer account and see
it displayed in siebel application interface. In this case,
the basic customer account data such as account number, name
is stored in siebel application while the detailed
transaction information on that customers credit card
account is stored in an external database.
The detailed transaction information for a given account can
be retreived from the external system on demand without
replicating that information in the siebel application.VBCs
are configured in Siebel tools and use Business Services to
access data from an external system.VBCs can use standard
transports like MQSeries, HTTO, MSMQ alongwith the XML
gateway services to query, insert and update the data.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / bob
A VBC Can be Used only For Reading the External System Data
And VBC Should Contain the Class name as : CSSBCVExtern
and a VBC WIll Never having Table
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / 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 |
How to find entity relation in siebel tools?
How do you handle error handling in wfs?
What is purging in siebel?
In hierarchial picklist if we select Country as "USA" then we get state & City Values constrained to USA. If we Select Country Other Than USA, We should get state ans city values Empty How do we do this For 1 reccord of Country we can do this using OnFieldUpdateSet Bc UserProperties but if we want to do this for 50 records how to do this
How to create a Primary foriegn key because there is no PFK in account for Opprtunity ,it is 1:M relationship
Explain how to resolve foreign key in eim?
What is symbolic url in siebel?
Explain why does data not from related child tables not get exported when data is exported using an interface table?
What is an EBC (External Business Component) and how is it different from VBC.
what is siebmtsh.exe ?
What are the different views available in Siebel?
How would you find entity relation in siebel tools?