GeekInterview.com
Series: Subject:

Siebel FAQ

Showing Questions 1 - 20 of 60 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Application object manager

Asked By: sharmidews | Asked On: Dec 29th, 2008

What is application object manager and file manager?How many siebel server we need normally?

Answered by: Raman on: Aug 10th, 2012

Application Object Managers (AOMs) host the Business Objects layer and Data Objects layer of the Siebel architecture. The Web clients host the Siebel application user interface layer. The AOM is used ...

Answered by: aman.kaur7 on: Aug 25th, 2009

Application Object Managers (AOMs) host the Business Objects layer and Data Objects layer of the Siebel architecture. It is a server component that creates and processes data at multiple levels.U...

Two join specifications for one join

Asked By: hary kristen | Asked On: Jan 10th, 2008

What is the need of giving two join specifications for one join?

Answered by: suman on: Nov 2nd, 2011

yes ,we create two join specification on join bec of The join specifications can be based on foreign key columns from the source table (the BC table) or joined fields in the source BusComp (different...

Siebel roles and responsibilities

Asked By: harrismalik55 | Asked On: Nov 26th, 2008

What is the difference between roles and responsibilities in siebel?

Answered by: Hyeondae,Song on: Sep 28th, 2011

I have a question.

Why access control mechanism for views and data access mechanisms should be separated?

Unless not separate the issues of what occurred?
Please answer.

Answered by: saqi9496 on: Jun 6th, 2009

Roles is position in SIEBEL wherein you can control the visibility of data to the user, if a user has a responsibility to view the screen but not the position to see the data. User wont be able to s...

Format build

Asked By: starabbu81 | Asked On: Feb 11th, 2011

What's the format build?

Interface table and EIm table

Asked By: jameel123 | Asked On: May 26th, 2008

What is the difference between interface table and EIm table

Answered by: p.nanda.k on: Oct 4th, 2010

Both are same.

In the pervious versions they used to say it has EIM table and in the latest versions it is called as interface table.

Answered by: aymox on: May 30th, 2008

HI,

Actually there is no difference, in Siebel there are 3 kinds of tables:

Base table (user data)
Repository table (Siebel data) 
Interface table (EIM table)



 thanks,

Significance of party type cd

Asked By: sifayathahmed | Asked On: Jan 17th, 2009

What is the significance of party type cd while using EIm?

Answered by: p.nanda.k on: Oct 4th, 2010

It stores the party type code for the party business components with respect to the party table.
For example,
Account it stores 'Organization' and Contact it stores 'Person'.

In e.I.M could u plz tel me about import process?

Asked By: Rambabu | Asked On: Nov 13th, 2006

Answered by: p.nanda.k on: Oct 4th, 2010

Inserting or updating the data from legacy to Siebel is called import process in EIM.

Answered by: mohanrao on: Dec 18th, 2006

To import data from EIM tables,EIM peroforms the following steps:1)EIM initializes any temporary columns.2)EIM applies any DEFAULT_COLUMN and FIXED_COLUMN values defined for this import proces.3)EIM a...

Unbounded static picklist

Asked By: chweet_pri | Asked On: Aug 5th, 2010

What is the difference betwween unbounded static picklist and dynamic picklist?

How do you stop the application servers in siebel

Asked By: kenny_orororo | Asked On: Apr 19th, 2007

Answered by: Archana Gooty on: Feb 12th, 2010

Depending upon the requirement, If its a Windows server, Firstly we need to bring down Webservers then Enterprise Servers (Which consists of multiple siebel server) then Gateway server.
-Ananya

Answered by: 1rfan on: Aug 13th, 2009

There may be some dependent services based on the applications' requirement and functionality.There may be multiple servers in an Enterprise, First you need to stop all the Siebel Servers and then...

Siebel versioning

Asked By: abhi1986 | Asked On: Feb 2nd, 2010

How to do versioning in siebel?

How to configure a join?

Asked By: Sunil | Asked On: Apr 16th, 2007

Answered by: antony.anjo on: Sep 26th, 2009

First of all, a join is between a BC and a table (not 2 BC). When we require to add data to a column not in the base table of our BC (or in extension tables in case of Party entity), we create a jo...

Answered by: Prabu on: Sep 24th, 2007

Before creating join you should know about what's type of relationship you've to create like 1:1 or M:1. Mostly we are creating M:1. After these, you just analyse which is source field and which is de...

I have a field in a bc .The status value for the field are active and inactive.When active I want another field to be required.And when status is inactive I want a second field to be n.A.How to do

Asked By: alok | Asked On: Oct 20th, 2006

Answered by: vijaymohanreddy.panta on: Aug 25th, 2009

If you want make required based on Field value. We have one Filed user property required. You can create required user property and value like (Iff(Status= "Active", "Y", "N")

Answered by: Syamasundarareddy on: Sep 17th, 2007

First create one calculated Field.  EX: Status Flag    IIF(Status)=(LookupValue("status_METHOD","inactive"),'Y','N')

Create Business User Property Field Read only Fied:Status and give the value Status Flag.

How can we generate a mail from siebel 7.8?

Asked By: Hasan Mohammed | Asked On: Nov 14th, 2007

Answered by: athatwal on: Apr 24th, 2009

If you press F9 in Siebel appplet, it will open a popup to send a mail. You can also use "Outbound Communications Manager" business service to send a mail from Siebel. Required profile and templates should be configured. 
In Siebel bookshelf, enough information is present. Try to utilize that.

Load new column

Asked By: pradeep_sadula | Asked On: Jan 30th, 2009

How to load a new column in base table?

Join and link

Asked By: Ashish Singhal | Asked On: Dec 22nd, 2008

What is the difference between a join and a link?

Answered by: athatwal on: Jan 7th, 2009

Join is between Business Component and a Table whereas Link is between Business Components.


Join should be 1:1

Link can be either 1:M or M:M


Siebel implementation life cycle

Asked By: kmurtyk | Asked On: Oct 30th, 2008

Explain full life cycle siebel implementation

Invoke business services

Asked By: parvathymc | Asked On: Jul 24th, 2008

Can we invoke business services written in server side from browser side and how?

Answered by: athatwal on: Sep 17th, 2008

U can invoke a method Business Service Server scripts from Browser side in the following way... 1). instantiate BS like var oBS = theApplication().GetService("")2). Create input Property set3). create...

How to invoke my workflow at end of day?

Asked By: Amol | Asked On: Aug 3rd, 2007

Answered by: coolkris on: Aug 22nd, 2008

You can use Repeating component request to run a workflow as a batch at the end of each day.

Answered by: Roja on: Aug 30th, 2007

We can Invoke Workflows through

1.) Workflow Policies

2.) Runtime events

3.) Custom controls

4.) Scripting

(Please make me sure what do you mean by End of Day in your view?)

What is incremental compile

Asked By: laxmikanta ray | Asked On: Nov 13th, 2007

Answered by: coolkris on: Aug 22nd, 2008

During development,it is necessary to compile the changes frequently for the modifcations we do.So,it may not be feasible to do a full compile each time you do a small modifcation.In such cases,we do an incremental compile,taking the latest srf and compiling on and above that.

Kris.

Answered by: aymox on: May 30th, 2008

Hi,You use incremental compile whene you need to compile only changed projects. Full compile is a compilation of all Siebel projects.

Siebel out of box

Asked By: Govind_01 | Asked On: Mar 12th, 2008

What is siebel out of box. Explain with example?

Answered by: coolkris on: Aug 22nd, 2008

out of box or OOB is a functionality which comes with Siebel vanillla application and there is no need to do any customization.

Kris.

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.