<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/abc" -->
<rss version="0.92">
<channel>
	<title>Siebel Answers</title>
	<link>http://interview.siebelunleashed.com/blog</link>
	<description>Making Siebel Interviews easy</description>
	<lastBuildDate>Mon, 08 Feb 2010 08:11:49 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Make record editable for some and read only for some?</title>
		<description><![CDATA[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 [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/</link>
			</item>
	<item>
		<title>What is difference between Siebel Browser Script and Server Script?</title>
		<description><![CDATA[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 [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/escript/siebel-server-script-browser-script/</link>
			</item>
	<item>
		<title>How to invoke Smart Script on click of a button?</title>
		<description><![CDATA[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”
this.InvokeMethod ("RunCallScript", "TestSS","","ENU","USD");
RunCallScript Method accepts 4 arguments.

Name: Name of the Smart Script to be invoked
pathId: Row Id of the Smart Script
Language: Language Code
Currency: Currency Code

You can specify [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/smart-scripts/how-to-invoke-smart-script-on-click-of-a-button/</link>
			</item>
	<item>
		<title>difference between External and Internal IO?</title>
		<description><![CDATA[Following are the differences between Internal and External Integration Objects
Base Object Type:

Internal Integration Object has base type as Siebel Business Object
External Integration Object has base type as XML

 EAI Siebel Adapter – Query Method:

Internal Integration Object is used in Query Method of EAI Siebel Adapter BS.
External Integration Object cannot be used with Query method of EAI [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/siebel-eai/difference-between-external-and-internal-io/</link>
			</item>
	<item>
		<title>Picklist values not showing</title>
		<description><![CDATA[Question: What are possible reasons of values not showing in dropdown of static Picklist?

Answer: The possible reason which could result in Picklist values not showing are

PickMap is not defined for Field which is showing Picklist values
LOV Type and LOV Values are not defined
Runtime Flag on Applet level is not true.
You have not clicked on Clear [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/configuration/picklist-values-not-showing/</link>
			</item>
	<item>
		<title>What is the Use of Providing BusObject in the Workflows?</title>
		<description><![CDATA[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&#8217;t provide Business Object in Siebel Workflows.
When you execute a workflow through runtime event or a user property then the active Business Object context is [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/workflows/use-of-providing-busobjects-workflows/</link>
			</item>
	<item>
		<title>Populate field value with another field value</title>
		<description><![CDATA[Question:
How to pupolate a field with the value of another field whenever a new record is created for the first time?
Answer:
Use Post Default Value property of the field using experssion to populate its value with another field value.
Example:
To populate value of  field &#8220;Sub Status&#8221; with value in field &#8220;Status&#8221; I would use  below given expression [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/configuration/populate-field-value-with-another-field-value/</link>
			</item>
	<item>
		<title>Siebel EAI Scenario question – 2</title>
		<description><![CDATA[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?
Answer:
Using EAI Value Maps present in Administration [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/</link>
			</item>
	<item>
		<title>EAI Scenario Question – 1</title>
		<description><![CDATA[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 [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-question-1/</link>
			</item>
	<item>
		<title>A-Z of Testing</title>
		<description><![CDATA[This is a list of terms using in testing starting from A to Z hence named appropriately as A2Z testing.
This list has been prepared by Shilpi Chopra who has been work experience of 3 years in testing.
It can be really handy if you are preparing for interview and work in testing.
You can download it from [...]]]></description>
		<link>http://interview.siebelunleashed.com/blog/siebel-testing/a-to-z-of-testing/</link>
			</item>
</channel>
</rss>
