What is an EBC (External Business Component) and how is it
different from VBC.
Answer Posted / siva kumar
EBC is a method used when there is a need to display data
which is external to siebel. The external schema is imported
into siebel tables using a wizard. Once the exteranal schema
is imported, to display this data in an applet, the
configuartion is going to be the same as creating a BC, an
Applet,a View...etc.
VBC is an older technique used in 7.x versions. To display
an external data to siebel, simply need to have a BC, which
calls
a Business Service. In the Business Service you will
specify the needed parameters like the data source and its
location etc.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain where you will drop the constraints?
Difference between search specification and search constant
What are the differences between siebel 7.8 and 8.0?
Explain what is detailed category?
How would you import international phone numbers using eim in siebel realtime?
what is the difference between "picklist generic" and "picklist hierarchical" business components?
Suppose if a view has admin mode property = true, then what will happen to user properties we write on them?
how do you specify a view to be displayed as aggregate view in siebel 7.7?
Suppose if we have dynamic picklist as bounded can we add field?
Explain what is detailed category in configuration?
What is the function of nameserver?
Suppose I have a view with form applet on the top and list applet at the bottom.there is "score" field in the list applet.how to display the totals of score in form applet?
Why do we use symbolic strings in siebel 77?
Explain what is virtual bc?
Explain how to create an event handler.