Configuration »

[8 Feb 2010 | No Comment | 24 views]

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 only for a particular user and editable for the other user?

eScript »

[23 Jan 2010 | No Comment | 391 views]

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 Engine either T or ST engine depending of Siebel version.

Smart Scripts »

[21 Jan 2010 | No Comment | 289 views]

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”

Siebel EAI »

[5 Jan 2010 | No Comment | 820 views]

Following are the differences between Internal and External Integration Objects

Configuration »

[14 Dec 2009 | 4 Comments | 1,234 views]

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

Workflows »

[20 Nov 2009 | 2 Comments | 1,769 views]

Business Objects in workflows help you maintain the context and use Siebel Operation Steps inside workflows. You will not be able to use Siebel Query, Insert, Update step if you don’t provide Business Object in Siebel Workflows.

Configuration »

[12 Sep 2009 | 3 Comments | 2,452 views]

Question:
How to pupolate a field with the value of another field whenever a new record is created for the first time?
Answer:

Siebel EAI »

[5 Aug 2009 | One Comment | 2,358 views]

Question:
We are receiving an XML containing account information from external system. In one of the XML tags “Active” they are going to send Value as 0 or 1 but in Siebel we are need the value of “Active” XML tag as “Y” or “N”. How can you achieve this?

Siebel EAI »

[24 Jun 2009 | 4 Comments | 2,546 views]

We are getting a XML from external System. We want to make sure that the record is inserted every time. If there is already an existing record in Siebel then nothing should happen.
Or
When we get an XML from external System. If a record with received data is not present in Siebel then it should be inserted and if record is already present in Siebel then nothing should happen.

Configuration »

[18 Jun 2009 | 4 Comments | 2,693 views]

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.