Siebel

  Home  Applications Programs  Siebel


“Siebel Interview Questions and Answers will guide us now that Siebel CRM Systems, Inc. was a software company principally engaged in the design, development, marketing, and support of customer relationship management (CRM) applications. So learn more about Siebel or get preparation for the job of Siebel witht he help of this Siebel Interview Questions with Answers guide”



74 Siebel Questions And Answers

61⟩ What is Reverse join?

Reverse Join:

The ?Source Field? in the join spec holds the foreign key where the? Destination Column? provides the primary key. The pickmaps on the joined field provide the mapping between these when a value from the pick BC is picked from the pick applet. As a result, the primary key value (specified in ?Destination Column?) is copied into the column on which the source field is based on.

 238 views

62⟩ What is Indirect link?

Indirect Link:

The parent business component of a multi-value link (MVL) is usually the same as the business component in which the MVL is defined. However, by using the Source Field property of the [Multi Value Link] object, it is also possible to create an MVL whose parent business component is related to the current business component indirectly via a join or via another MVL.

 252 views

65⟩ Explain the difference between static and a dynamic pick list?

Static pick list draws the values from pick list data managed by administrator. The values displayed in static pick list don't change during run time. It can be bounded or unbounded. The values for all static pick lists are stored in S_LST_OF_VAL table.

The dynamic pick list draws values from a business component with records edited by users. It is used to update joined fields.

 263 views

66⟩ What is High Interactivity mode?

High Interactivity mode is designed to resemble a Windows client. It supports fewer browsers than Standard Interactivity mode, but it includes a set of features that make data entry easier for users. For example, page refreshes do not occur as often as they do in Standard Interactivity mode. Users can create new records in a list, save the data, and continue browsing without a page refresh having to occur.

 239 views

67⟩ How to create an LOV?

In Application Administration screen, go to LOV Explorer and create the LOV type first. Then on come List of Values in Application Administration and associate values for that LOV type.

 226 views

73⟩ Explain the difference between predefaults and post defaults?

The Pre Default Value property of a field (Predefautls Value in the Object List Editor) automatically assigns a value to that field for a new record. The user can modify the field if it is displayed and not set to Read Only.

The Post Default Value property of a field assigns a value to a field before the record is written to the database, if one has not been entered by the user.

 270 views

74⟩ Explain the difference between fields and single value fields?

Multivalue field has the child values from a chind BC for the parent record configured through MVL. Single value field will be either from the base table or joined table. The Difference between Single Value Field (SVF) and Multi Value Field(MVF).

SVF- a field in BC which references a column in a table.

MVF- a field in parent BC which references a field in child BC Field-Identifies and defines a field in a business component. All fields making up a business component record contain entries from both Single Value Field and Multi Value Field object types.

 245 views