Owner: All Information About Siebel URL:http://all-siebel-info.blogspot.com Join Date: Sat, 07 Jun 2008 08:56:57 -0500 Rating:0 Site Description: All Siebel topics and interview questions and answers Site statistics:Click here
How do you invoke the view designer? 2008-06-25 06:35:55 Select the ‘View’ object type in the OE and choose View -> Edit Layout from the Tools .menu bar or right mouse-click on a view definition in the OBLE and choose Edit Layout.
What are the steps for creating a BO and BC? 2008-06-21 01:26:57 Create a project and/or checkout,
Create a BC and add to project,
Add fields to BC,
Create BO and add to project,
Associate BC to BO. Read more:steps
What is the Siebel UI Organization Structure? 2008-06-21 01:26:12 An application is a collection of screens. Each screen is a collection of views pertaining to a functional area; Views map to the same BO and presents a subset of its data: is a collection of one or more applets. Each applet maps to one BC. Read more:Organization
, Structure
What is the User Interface Objects layer? 2008-06-21 01:25:53 Is the visual representation of the underlying BOs and BCs. Provides means to customize the screen display. Defines the application, screens, views, applets and reports (including UI layout and navigation, all UI controls) Read more:Interface
What is a BO? 2008-06-21 01:25:31 A major area of business functionality. A collection of BC’s which are logically related.One BC in the collection serves as the master BC (the master BC has the same name as the BO itself). Same BC can be used in different sets of relationships.
What is a BC? 2008-06-21 01:25:10 Associates columns from one/more tables in the Data Object layer into a single entity. Maps to a main table. Has Fields, most of which map to a Column in a Table. Enables relationships with other BCs using PK/FK relationships built-in to the Data Model.
What is the Business Object Layer? 2008-06-21 01:24:40 Business Object
Definitions built on Data Object Definitions and/or other Business Object Definitions. Provides the interface to retrieve and manipulate data from the underlying SQL tables. Major object types: Business Component and Business Object Read more:Business
, Layer
List 5 of the command line switches. 2008-10-05 01:41:26 /u Username, /p Password, /d Database, /x Debug Mode, /s Spool: outputs all SQL statements to a log file, /c Configuration File, /l Language: same effect as the Language parameter in a .cfg file Read more:command
What is the No Delete Property? 2008-10-05 01:41:02 If set to TRUE, the user cannot delete the child records through the link. The user can disassociate a child record from its parent, but the record still exists in the database and can be viewed via another screen.
List the options for a link’s “Cascade Delete” property 2008-10-05 01:40:44 Delete: If a parent record is deleted, all child records are deleted, None: Doesn’t delete nor does it clear the FK column, Clear: Doesn’t delete but clears the FK column. Read more:property
What is a link? 2008-10-05 01:40:18 Specifies the relationship between BCs, Provides for the display of master-detail or parent-child information, Used for 1:M or M:M relationships, Allows data from the child BC to return many records associated with the parent.
What are the steps involved in creating a link? 2008-10-05 01:39:58 Add/identify fields on BCs or intersection table to construct the link, Create the link between the BCs, Add BC(s) to BO and specify the link on the child, Create applet(s) and view for display. Read more:steps
What are the steps for creating a join for an existing BC? 2008-10-05 01:39:38 Add field (FK) to BC required to construct join, Create a join for the selected BC, Specify the join relationship (FK to PK) BC, Add fields to BC coming from joined table, Modify applets as required (to display joined data). Read more:steps
What is the .srf file? 2008-10-05 01:39:12 A file that contains object definitions in a compressed, binary format, Stored in the…\Objects folder, Read at runtime, Siebel reads the file on demand as different parts of .the application are executed, once read from the file, it is kept in memory.
What is an applet and what does it do? 2008-10-05 01:37:41 Provides viewing, entry, modification, and navigation capabilities for data in one BC. Usually implemented as a scrolling list table or data entry form. Read more:applet
What is Interactive Assignment? 2008-10-21 07:46:36 This is when the end user request Assignment
and receives a list of qualified people available for the assignment.
What is Dynamic Assignment? 2008-10-21 07:46:19 This is when Assignment
Manager runs automatically to intelligently assign new objects (inserts) or objects that have changed, (updates), via Connected Clients, Mobile Clients, EIM or Thin Clients. Read more:Dynamic
What is a State Model? 2008-10-21 07:45:31 A State
Model defines the controls for the values of fields within a business component and the transitions between the values of the chosen field.
What does the Workflow Action Agent do? 2008-10-21 07:45:13 Process requests in S_ACTN_ESC_REQ for a single group. Invokes all actions linked with the policy being processed in order. Logs Email\actions in the S_APPSRVR_REQ table so the correct manager can execute them. Purge the S_ESCL_ACTN_REQ table. Read more:Workflow
, Action
, Agent
What does the Workflow Monitor Agent do? 2008-10-21 07:44:53 Checks the S_ESCL_REQ table for violations of workflow policies. Monitor
s all policies within a single group. Generate requests for Workflow
Action Agent
in the S_ESCL_ACTN_REQ.Purges the S_ESCL_REQ table.
What is stored in the S_ESCL_REQ? 2008-10-21 07:44:33 When a trigger fires, based on a Workflow Policy, it inserts a row in the S_ESCL_REQ table. This is then checked by the Workflow Monitor to see if an action is required to befired against the rows found. Read more:stored