<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Siebel Answers</title>
	<atom:link href="http://interview.siebelunleashed.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://interview.siebelunleashed.com/blog</link>
	<description>Making Siebel Interviews easy</description>
	<lastBuildDate>Mon, 08 Feb 2010 08:11:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Make record editable for some and read only for some?</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:11:49 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[read only]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=504</guid>
		<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>
			<content:encoded><![CDATA[<p>There are lot of variations of this question such as:</p>
<ol>
<li>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.</li>
<li>How can a view be read only for a particular user and editable for the other user?</li>
</ol>
<p><span id="more-504"></span><br />
But in short we need to answer how to make a view read for some users and editable for some users.</p>
<p><strong>Answer:</strong></p>
<p>Create two responsibilities named Sales_User and Risk_User. Assign the view to both responsibilities and for Risk_User responsibility make <strong>“Read Only View”</strong> flag as true.</p>
<p>Now add sales users to Sales_User <strong>Responsibility</strong> and Risk Users to Risk_User <strong>Responsibility</strong>. Now for Risk_User records will be read only and for Sales user records will be editable.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/populate-field-value-with-another-field-value/" rel="bookmark" class="wherego_title">Populate field value with another field value</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/picklist-values-not-showing/" rel="bookmark" class="wherego_title">Picklist values not showing</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-administration/siebel-application-architecture-interview-question/" rel="bookmark" class="wherego_title">Siebel Application Architecture &#8211; Interview Question</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/difference-incremental-full-compile/" rel="bookmark" class="wherego_title">What is difference between Incremental Compile and Full Compile?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-functionality/user-contact-employee-siebel/" rel="bookmark" class="wherego_title">User-Contact and an Employee in Siebel</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is difference between Siebel Browser Script and Server Script?</title>
		<link>http://interview.siebelunleashed.com/blog/escript/siebel-server-script-browser-script/</link>
		<comments>http://interview.siebelunleashed.com/blog/escript/siebel-server-script-browser-script/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 15:54:22 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[eScript]]></category>
		<category><![CDATA[browser script]]></category>
		<category><![CDATA[server script]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=501</guid>
		<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>
			<content:encoded><![CDATA[<p><strong>Execution Context:</strong></p>
<ul>
<li><strong>Siebel Server Scripts</strong> are executed in <strong>Siebel Application Servers</strong> by <strong>Application Object Manager (AOM).</strong></li>
<li><strong>Siebel Browser Scripts</strong> are executed at Client Side by <strong>Client Browser (Internet Explorer)</strong></li>
</ul>
<p><strong>Files:</strong></p>
<ul>
<li><strong>Siebel Browser Scripts</strong> are converted in <strong>JS (Java Script)</strong> files and stored in <strong>PUBLIC\ENU</strong> directory.</li>
<li>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.</li>
</ul>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/siebel-administration/siebel-application-architecture-interview-question/" rel="bookmark" class="wherego_title">Siebel Application Architecture &#8211; Interview Question</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/difference-between-hierarchical-constraint-picklist/" rel="bookmark" class="wherego_title">What is difference between Hierarchical and Constraint Picklist?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/" rel="bookmark" class="wherego_title">Siebel EAI Scenario question – 2</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/link-specification-interview-question/" rel="bookmark" class="wherego_title">Link Specification–Interview Question.</a></li><li><a href="http://interview.siebelunleashed.com/blog/user-properties/update-field-change-another-field/" rel="bookmark" class="wherego_title">How to update a field based on change in another field?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/escript/siebel-server-script-browser-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to invoke Smart Script on click of a button?</title>
		<link>http://interview.siebelunleashed.com/blog/smart-scripts/how-to-invoke-smart-script-on-click-of-a-button/</link>
		<comments>http://interview.siebelunleashed.com/blog/smart-scripts/how-to-invoke-smart-script-on-click-of-a-button/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 10:12:58 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Smart Scripts]]></category>
		<category><![CDATA[eScript]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=499</guid>
		<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>
			<content:encoded><![CDATA[<p>We can invoke <strong>Smart Script</strong> from a button using “<strong>RunCallScript</strong>” method of an <strong>Applet</strong>. For Example on <strong>Applet_PreInvokeMethod</strong> below given line of code will invoke <strong>Smart Script</strong> named “Test SS”<span id="more-499"></span></p>
<p><code>this.InvokeMethod ("RunCallScript", "TestSS","","ENU","USD");</code></p>
<p><strong>RunCallScript</strong> Method accepts 4 arguments.</p>
<ol>
<li>Name: Name of the Smart Script to be invoked</li>
<li>pathId: Row Id of the Smart Script</li>
<li>Language: Language Code</li>
<li>Currency: Currency Code</li>
</ol>
<p>You can specify <strong>either Name or Row Id</strong> of the smart script. It is compulsory to mention at least one of them.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/siebel-administration/siebel-application-architecture-interview-question/" rel="bookmark" class="wherego_title">Siebel Application Architecture &#8211; Interview Question</a></li><li><a href="http://interview.siebelunleashed.com/blog/workflows/different-methods-invoke-workflow/" rel="bookmark" class="wherego_title">Different methods of invoking workflow ?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/picklist-values-not-showing/" rel="bookmark" class="wherego_title">Picklist values not showing</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/link-specification-interview-question/" rel="bookmark" class="wherego_title">Link Specification–Interview Question.</a></li><li><a href="http://interview.siebelunleashed.com/blog/escript/siebel-server-script-browser-script/" rel="bookmark" class="wherego_title">What is difference between Siebel Browser Script and Server Script?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/smart-scripts/how-to-invoke-smart-script-on-click-of-a-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>difference between External and Internal IO?</title>
		<link>http://interview.siebelunleashed.com/blog/siebel-eai/difference-between-external-and-internal-io/</link>
		<comments>http://interview.siebelunleashed.com/blog/siebel-eai/difference-between-external-and-internal-io/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 11:39:08 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Siebel EAI]]></category>
		<category><![CDATA[integration object]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=497</guid>
		<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>
			<content:encoded><![CDATA[<p>Following are the differences between <strong>Internal and External Integration Objects</strong><span id="more-497"></span></p>
<p><strong>Base Object Type:</strong></p>
<ul>
<li>Internal Integration Object has base type as Siebel Business Object</li>
<li>External Integration Object has base type as XML</li>
</ul>
<p><strong> EAI Siebel Adapter – Query Method:</strong></p>
<ul>
<li>Internal Integration Object is used in Query Method of EAI Siebel Adapter BS.</li>
<li>External Integration Object cannot be used with Query method of EAI Siebel Adapter BS.</li>
</ul>
<p><strong>Creation:</strong></p>
<ul>
<li>Internal Integration Object is usually create through EAI Siebel Wizard</li>
<li>External Integration Object is usually created while importing an External WSDL</li>
</ul>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/what-is-xml-doc-siebel/" rel="bookmark" class="wherego_title">What do you understand by the term XML Doc?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/" rel="bookmark" class="wherego_title">Siebel EAI Scenario question – 2</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/" rel="bookmark" class="wherego_title">Make record editable for some and read only for some?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/position-and-responsibility-relationship-interview-question/" rel="bookmark" class="wherego_title">Position and Responsibility relationship &#8211; Interview Question</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/pre-default-post-default-properties-conflict/" rel="bookmark" class="wherego_title">What will happen if I provide value in both Pre-Default and Post-Default properties?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/siebel-eai/difference-between-external-and-internal-io/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Picklist values not showing</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/picklist-values-not-showing/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/picklist-values-not-showing/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 06:44:44 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[picklist]]></category>
		<category><![CDATA[static picklist]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=495</guid>
		<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>
			<content:encoded><![CDATA[<p><strong>Question: What are possible reasons of values not showing in dropdown of static Picklist?</strong><br />
<span id="more-495"></span><br />
<strong>Answer:</strong> The possible reason which could result in Picklist values not showing are</p>
<ol>
<li>PickMap is not defined for Field which is showing Picklist values</li>
<li>LOV Type and LOV Values are not defined</li>
<li>Runtime Flag on Applet level is not true.</li>
<li>You have not clicked on Clear Cache after adding the values and trying to see values in same session.</li>
</ol>
<p>If any of the above mentioned reason is true then you will not see the values in the dropdown of field</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/" rel="bookmark" class="wherego_title">Make record editable for some and read only for some?</a></li><li><a href="http://interview.siebelunleashed.com/blog/workflows/use-of-providing-busobjects-workflows/" rel="bookmark" class="wherego_title">What is the Use of Providing BusObject in the Workflows?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-question-1/" rel="bookmark" class="wherego_title">EAI Scenario Question – 1</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/difference-incremental-full-compile/" rel="bookmark" class="wherego_title">What is difference between Incremental Compile and Full Compile?</a></li><li><a href="http://interview.siebelunleashed.com/blog/escript/siebel-server-script-browser-script/" rel="bookmark" class="wherego_title">What is difference between Siebel Browser Script and Server Script?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/picklist-values-not-showing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What is the Use of Providing BusObject in the Workflows?</title>
		<link>http://interview.siebelunleashed.com/blog/workflows/use-of-providing-busobjects-workflows/</link>
		<comments>http://interview.siebelunleashed.com/blog/workflows/use-of-providing-busobjects-workflows/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 05:17:04 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Workflows]]></category>
		<category><![CDATA[business objects]]></category>
		<category><![CDATA[workfows]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=492</guid>
		<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>
			<content:encoded><![CDATA[<p><strong>Business Objects</strong> in workflows help you maintain the context and use<strong> Siebel Operation Steps</strong> 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.<span id="more-492"></span></p>
<p>When you execute a workflow through runtime event or a user property then the active <strong>Business Object</strong> context is passed to the workflow which allows workflow to work on any child business component records without actually need to query on the BC.</p>
<p>Below given link will provide an example of such behavior</p>
<p><a href="http://siebelunleashed.com/closing-service-request-%E2%80%93-scriptless-siebel/">http://siebelunleashed.com/closing-service-request-–-scriptless-siebel/</a></p>
<p><strong>P.S: Data Validation Manager (DVM) works similarly using Active BO context</strong></p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/escript/use-of-siebel-return-canceloperation/" rel="bookmark" class="wherego_title">What is the use of return(CancelOperation)?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/" rel="bookmark" class="wherego_title">Siebel EAI Scenario question – 2</a></li><li><a href="http://interview.siebelunleashed.com/blog/escript/siebel-server-script-browser-script/" rel="bookmark" class="wherego_title">What is difference between Siebel Browser Script and Server Script?</a></li><li><a href="http://interview.siebelunleashed.com/blog/smart-scripts/how-to-invoke-smart-script-on-click-of-a-button/" rel="bookmark" class="wherego_title">How to invoke Smart Script on click of a button?</a></li><li><a href="http://interview.siebelunleashed.com/blog/workflows/updating-multiple-records-workflow/" rel="bookmark" class="wherego_title">Updating Multiple Records via Workflow</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/workflows/use-of-providing-busobjects-workflows/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Populate field value with another field value</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/populate-field-value-with-another-field-value/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/populate-field-value-with-another-field-value/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 11:53:32 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=491</guid>
		<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>
			<content:encoded><![CDATA[<p>Question:</p>
<p><strong>How to pupolate a field with the value of another field whenever a new record is created for the first time?</strong></p>
<p>Answer:<span id="more-491"></span></p>
<p>Use Post Default Value property of the field using experssion to populate its value with another field value.</p>
<p>Example:</p>
<p>To populate value of  field <strong>&#8220;Sub Status&#8221;</strong> with value in field <strong>&#8220;Status&#8221;</strong> I would use  below given expression in <strong>Post Default</strong> value of &#8220;Sub Status&#8221; Field<br />
<code><br />
Field: 'Status'</code></p>
<p>You can read more details about Post and Pre Default Properties from the link given below</p>
<p><a href="http://siebelunleashed.com/pre-default-and-post-default-properties/">http://siebelunleashed.com/pre-default-and-post-default-properties/</a></p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/" rel="bookmark" class="wherego_title">Make record editable for some and read only for some?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/position-and-responsibility-relationship-interview-question/" rel="bookmark" class="wherego_title">Position and Responsibility relationship &#8211; Interview Question</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/" rel="bookmark" class="wherego_title">Siebel EAI Scenario question – 2</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/picklist-values-not-showing/" rel="bookmark" class="wherego_title">Picklist values not showing</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-functionality/user-contact-employee-siebel/" rel="bookmark" class="wherego_title">User-Contact and an Employee in Siebel</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/populate-field-value-with-another-field-value/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Siebel EAI Scenario question – 2</title>
		<link>http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/</link>
		<comments>http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 07:37:48 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Siebel EAI]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=489</guid>
		<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>
			<content:encoded><![CDATA[<p><strong>Question:</strong></p>
<p>We are receiving an <strong>XML</strong> containing account information from external system. In one of the <strong>XML tags</strong> <em>“Active”</em> they are going to send Value as 0 or 1 but in Siebel we are need the value of <em>“Active”</em> <strong>XML</strong> tag as “Y” or “N”. How can you achieve this?<span id="more-489"></span><br />
<strong>Answer:</strong></p>
<p>Using <strong>EAI Value Maps</strong> present in <strong>Administration &#8211; Integration</strong> Screen.</p>
<p>We are going to define an <strong>Inbound Map</strong> and use functions like <strong>EAILookupSiebel</strong> and <strong>Translate</strong> methods to get the required values.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/link-specification-interview-question/" rel="bookmark" class="wherego_title">Link Specification–Interview Question.</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/difference-between-external-and-internal-io/" rel="bookmark" class="wherego_title">difference between External and Internal IO?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/what-is-a-vbc/" rel="bookmark" class="wherego_title">What is a VBC?</a></li><li><a href="http://interview.siebelunleashed.com/blog/user-properties/update-field-change-another-field/" rel="bookmark" class="wherego_title">How to update a field based on change in another field?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/" rel="bookmark" class="wherego_title">Make record editable for some and read only for some?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>EAI Scenario Question – 1</title>
		<link>http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-question-1/</link>
		<comments>http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-question-1/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 18:11:48 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Siebel EAI]]></category>
		<category><![CDATA[User property]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=487</guid>
		<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>
			<content:encoded><![CDATA[<p>We are getting a <strong>XML</strong> from external System. We want to make sure that the record is inserted every time. If there is already an existing record in <strong>Siebel</strong> then nothing should happen.</p>
<p style="text-align: center;"><strong>Or</strong></p>
<p>When we get an <strong>XML</strong> from external System. If a record with received data is not present in <strong>Siebel </strong>then it should be inserted and if record is already present in Siebel then nothing should happen.<span id="more-487"></span></p>
<p><strong>Answer:</strong></p>
<p>On <strong>Integration Object</strong> that you are going to use for this integration, create <strong>&#8220;NoUpdate&#8221;</strong> user property with<em> value</em> as ‘Y’ on all <strong>Integration Component</strong> instance present in that <strong>Integration Object</strong>.<br />
Use <strong>Upsert method</strong> available in<strong> EAI Siebel Adapter</strong> Business Service.</p>
<p>Due to <strong>NoUpdate</strong> user property if record is found nothing will be updated and if record is not found then it will be inserted.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/" rel="bookmark" class="wherego_title">Make record editable for some and read only for some?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/" rel="bookmark" class="wherego_title">Siebel EAI Scenario question – 2</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/what-is-xml-doc-siebel/" rel="bookmark" class="wherego_title">What do you understand by the term XML Doc?</a></li><li><a href="http://interview.siebelunleashed.com/blog/user-properties/update-field-change-another-field/" rel="bookmark" class="wherego_title">How to update a field based on change in another field?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/what-is-a-vbc/" rel="bookmark" class="wherego_title">What is a VBC?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-question-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A-Z of Testing</title>
		<link>http://interview.siebelunleashed.com/blog/siebel-testing/a-to-z-of-testing/</link>
		<comments>http://interview.siebelunleashed.com/blog/siebel-testing/a-to-z-of-testing/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 15:50:47 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Siebel Testing]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=485</guid>
		<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>
			<content:encoded><![CDATA[<p><span style="color: #888888;">This is a list of terms using in testing starting from A to Z hence named appropriately as A2Z testing.<br />
This list has been prepared by <span style="color: #000000;"><strong>Shilpi Chopra</strong> </span>who has been work experience of 3 years in testing.</span></p>
<p>It can be really handy if you are preparing for interview and work in testing.<span id="more-485"></span></p>
<p>You can download it from the link given below<br />
Download: <a href="http://siebelunleashed.com/wp-content/uploads/2008/04/a2ztesting.zip">a2ztesting</a></p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/difference-incremental-full-compile/" rel="bookmark" class="wherego_title">What is difference between Incremental Compile and Full Compile?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-eai/siebel-eai-scenario-interview-question-2/" rel="bookmark" class="wherego_title">Siebel EAI Scenario question – 2</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-testing/black-box-testing-and-methods/" rel="bookmark" class="wherego_title">Black Box Testing and its methods</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/position-and-responsibility-relationship-interview-question/" rel="bookmark" class="wherego_title">Position and Responsibility relationship &#8211; Interview Question</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-testing/qtp/components-recovery-scenario-qtp/" rel="bookmark" class="wherego_title">What are the components of a recovery scenario?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/siebel-testing/a-to-z-of-testing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
