What is application object manager and file manager?How many siebel server we need normally?
Two join specifications for one join
What is the need of giving two join specifications for one join?
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
What is the difference between roles and responsibilities in siebel?
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.
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...
What's the format build?
What is the difference between interface table and EIm table
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.
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,
What is the significance of party type cd while using EIm?
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?
Inserting or updating the data from legacy to Siebel is called import process in EIM.
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...
What is the difference betwween unbounded static picklist and dynamic picklist?
How do you stop the application servers in siebel
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
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...
How to do versioning in siebel?
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...
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...
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")
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?
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.
How to load a new column in base table?
What is the difference between a join and a link?
Join is between Business Component and a Table whereas Link is between Business Components.
Siebel implementation life cycle
Explain full life cycle siebel implementation
Can we invoke business services written in server side from browser side and how?
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?
You can use Repeating component request to run a workflow as a batch at the end of each day.
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?)
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.
Hi,You use incremental compile whene you need to compile only changed projects. Full compile is a compilation of all Siebel projects.
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 ...
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...