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 |
what is link specification ?
How will you improve your performance in views?
Explain what is the difference between siebel 7.5 and 7.8? If we upgarde the application to 7.8 from 7.5 what are the areas we need to give importance fromqa(testing) point of view?
Explain the 5 main functions of the server manger?
Explain what is foreign key table in siebel?
What is data-driven access control?
Is there any 'user property' to make the whole field in a b.c read only, by some condition. e.g:- if priority=closed the whole record should be read only
what is difference between bounded and unbounded picklist?
What is force active property?
In an order screen if the Status value changes from Inprogess to Pending all the line items must become read only
Explain how to configure a mvg?
What is detailed category and what is its use in configuration?