Make record editable for some and read only for some?

There are lot of variations of this question such as:

There are two type of users, sales user and risk user. The Differentiating factor between them is User Type in Employee table. How can we configure that for risk user the records are editable and for sales user it is not.
How can a view be read [...]

What is difference between Siebel Browser Script and Server Script?

Execution Context:

Siebel Server Scripts are executed in Siebel Application Servers by Application Object Manager (AOM).
Siebel Browser Scripts are executed at Client Side by Client Browser (Internet Explorer)

Files:

Siebel Browser Scripts are converted in JS (Java Script) files and stored in PUBLIC\ENU directory.
No JS files are created for Server Scripts and they are executing using Siebel Scripting [...]

How to invoke Smart Script on click of a button?

We can invoke Smart Script from a button using “RunCallScript” method of an Applet. For Example on Applet_PreInvokeMethod below given line of code will invoke Smart Script named “Test SS”

difference between External and Internal IO?

Following are the differences between Internal and External Integration Objects

Picklist values not showing

Question: What are possible reasons of values not showing in dropdown of static Picklist?

Prev 1 2 3 4 5 Next

What is difference between Incremental Compile and Full Compile?

Incremental Compile: When we select a single object (BC, Applet etc), several objects (Multiple BC, Applets, BO etc), single project or several projects to compile in an existing SRF file that is known as Incremental Compile.
Full Compile: When you compile all the projects in a SRF file that is known as Full Compile.

Full Story »

How to update a field based on change in another field?

How to update a field based on change in another field?
OR
How to update a field when another field is updated?

Full Story »

User-Contact and an Employee in Siebel

What is the difference between a User, Contact and an Employee?
The answer to this question is subjective hence open to manipulation based on personal perception.  Here is my version of the answer of this question.

Full Story »

What are different types of toggle applets available in siebel?

There are two types of toggle applet available in Siebel:
Static Toggle Applet: Which provides ability to user to manually select the applet that he wants to see from a dropdown list.
Dynamic Toggle Applet: In which applets are changed automatically based on a field value.

Full Story »

Updating Multiple Records via Workflow

I am back with an interesting interview question that I have been asking in past few interviews that I have taken and surprisingly nobody has been able to answer it correctly.
It is quite a simple question and answer is even simpler but people are just not aware of it.
Question:
Create a workflow that will query Opportunity [...]

Full Story »

What are Sessions and Batches?

Session:  A Session is a set of instructions that tells the Informatica Server how and when to move data from Source to Target. After creating the session, we can use either the server manager or the command line program pmcmd to start or stop the session.

Full Story »

What is the primary purpose of using surrogate key?

What is the primary purpose of using surrogate key?
Will those be used in fact tables? If not then what is the purpose in using it?

Answer:

Full Story »

What are different types of tables in Siebel?

Tables in Siebel can be broadly classified into two types

Repository Tables
Data Tables

Full Story »

Different methods of invoking workflow ?

Question:
What is difference between invoking a workflow through:

Run Process on the Server “(Administration – Server Management > Jobs)”
Run process using business service “Workflow Process Manager (Server Request)”
 Run process in application object manager using business service “Workflow Process Manager”

Answer:

Full Story »

Black Box Testing and its methods

Black Box Testing:  Also called as Behavioural Testing. It is a Function-based testing, which focuses on testing the functional requirements.  The test cases are designed with a view point that for a particular set of input conditions, you will get a particular set of output values. It is mostly being done at later stages of [...]

Full Story »
Page 2 of 5«12345»