0% found this document useful (0 votes)
317 views1 page

Siebel Notes

Siebel tools allows developers to view and modify Siebel CRM repository metadata, which defines application menus, tables, columns and other elements. The repository metadata contains objects for the data layer, business layer, user interface layer, and integration layer. Business components model real-world entities and reference data layer tables via fields. Integration objects define subsets of business objects and fields for data exchange via EAI. Siebel developers can create and modify workflow processes using the process designer.

Uploaded by

kiran_rao7418
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
317 views1 page

Siebel Notes

Siebel tools allows developers to view and modify Siebel CRM repository metadata, which defines application menus, tables, columns and other elements. The repository metadata contains objects for the data layer, business layer, user interface layer, and integration layer. Business components model real-world entities and reference data layer tables via fields. Integration objects define subsets of business objects and fields for data exchange via EAI. Siebel developers can create and modify workflow processes using the process designer.

Uploaded by

kiran_rao7418
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Siebel development IDE is Siebel tools Sieble tools allows developers to view, modify repository metadata of siebel CR M.

Sieble repository metadata defines anything from the menu that an application di splays to the tables and columns where the data is stored physically.. Sieble repository metadata contains - Data layer objects - Business layer objects - user interface layer objects - integration layer objecdts Business component has multiple fields, each field references a column in tables (base or joined tables) Business objects are list of business components and links that tie them togethe r Integration architecst creates integration objects that reference business objec ts, their components and fields and define a subset of information that is made available to business layer. Integration ob ject is a schema definition for data exchange via enterprise application integration (EAI) interfaces. Sibel developers can use process designer to create and modify workflow processe s The data layer of the Siebel Repository defines the physical storage of data suc h as tables, columns, and indexes The business layer objects namely the business components, reference the data la yer and serve as a level of abstraction to allow the modeling of real-world enti ties into metadata The presentation layer includes all object types that are used to present data a nd functionality provided by the business layer to end users The integration layer provides the foundation for data exchange with external sy stems First lets simplify the confusion of Outbound and Inbound Web Services. So, lets see what it looks if we see from Siebel end. If Siebel invokes some third party application to query data or update/insert data, it will Siebel Outbound Web Se rvice. And similarly on the contrary, if a third party application invokes Siebe l for querying or insert/update, it will be Siebel Inbound Web Service.

You might also like