<?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 &#187; Configuration</title>
	<atom:link href="http://interview.siebelunleashed.com/blog/category/configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://interview.siebelunleashed.com/blog</link>
	<description>Making Siebel Interviews easy</description>
	<lastBuildDate>Mon, 29 Mar 2010 15:52:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to enable a particular child entity?</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/how-to-enable-a-particular-child-entity/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/how-to-enable-a-particular-child-entity/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 15:52:22 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[User Properties]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=506</guid>
		<description><![CDATA[Question: When Service Request status is set to “Closed” then everything including all the child entities of Service Request should become read only but user should still be able to attachments. OR When SR status is set to “Close” all the child entities except “Service Request Attachments” should become read only. Answer: Service Request and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Question:</strong></p>
<p>When Service Request status is set to “<strong>Closed</strong>” then everything including all the child entities of <strong>Service Request</strong> should become read only but user should still be able to attachments.</p>
<p>OR</p>
<p>When SR status is set to “Close” all the child entities except “Service Request Attachments” should become read only.<span id="more-506"></span></p>
<p><strong>Answer:</strong></p>
<p><strong>Service Request</strong> and all its child entities become “Read Only” as result of class based functionality of Service Request. So, we need to override the functionality and enable “Service Request Attachment” even after the status is changed to “Closed”. This can be achieved as following:</p>
<p>Define “<strong>Always Enable Child</strong>” User Property on Service Request BC will the following details:</p>
<p><strong>Name:</strong> Always Enable Child: Service Request Attachment<br />
<strong>Value:</strong> TRUE</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</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/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/difference-between-end-stop-step-in-workflow/" rel="bookmark" class="wherego_title">What is the difference between End Step and Stop Step in Workflow?</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-interview-question-2/" rel="bookmark" class="wherego_title">Siebel EAI Scenario question – 2</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><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/how-to-enable-a-particular-child-entity/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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 [...]]]></description>
			<content:encoded><![CDATA[<p></p><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/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</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><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/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/siebel-eai/difference-between-external-and-internal-io/" rel="bookmark" class="wherego_title">difference between External and Internal IO?</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><p></p>]]></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>6</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 [...]]]></description>
			<content:encoded><![CDATA[<p></p><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/link-specification-interview-question/" rel="bookmark" class="wherego_title">Link Specification–Interview Question.</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</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/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/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/workflows/use-of-providing-busobjects-workflows/" rel="bookmark" class="wherego_title">What is the Use of Providing BusObject in the Workflows?</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><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/picklist-values-not-showing/feed/</wfw:commentRss>
		<slash:comments>7</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 [...]]]></description>
			<content:encoded><![CDATA[<p></p><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/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</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/how-to-enable-a-particular-child-entity/" rel="bookmark" class="wherego_title">How to enable a particular child entity?</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/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/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>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><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/populate-field-value-with-another-field-value/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>What is difference between Incremental Compile and Full Compile?</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/difference-incremental-full-compile/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/difference-incremental-full-compile/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 01:37:05 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=484</guid>
		<description><![CDATA[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. ::Difference:: [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Incremental Compile:</strong> 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.</p>
<p><strong>Full Compile: </strong>When you compile all the projects in a SRF file that is known as Full Compile.<span id="more-484"></span></p>
<p><strong>::Difference</strong>::</p>
<p><strong>SRF File:</strong> We do an Incremental compile on an existing SRF file and Full Compile results in creation of a New SRF file.</p>
<p><strong>SRF Size:</strong> SRF size is more when we do an Incremental Compile as compared to Full Compile. For example if a Full Compile results in a 28 MB SRF file then an Incremental compile on that file can increase it’s size up to 32 MB</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><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/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/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/siebel-testing/a-to-z-of-testing/" rel="bookmark" class="wherego_title">A-Z of Testing</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/configuration/how-to-enable-a-particular-child-entity/" rel="bookmark" class="wherego_title">How to enable a particular child entity?</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><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/difference-incremental-full-compile/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What are different types of toggle applets available in siebel?</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/different-types-of-toggle-applets-in-siebel/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/different-types-of-toggle-applets-in-siebel/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 19:26:52 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=479</guid>
		<description><![CDATA[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. Readers who viewed this page, also viewed:Link Specification–Interview Question.User-Contact and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>There are two types of toggle applet available in Siebel:</p>
<p>Static Toggle Applet: Which provides ability to user to manually select the applet that he wants to see from a dropdown list.</p>
<p>Dynamic Toggle Applet: In which applets are changed automatically based on a field value.</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-functionality/user-contact-employee-siebel/" rel="bookmark" class="wherego_title">User-Contact and an Employee in Siebel</a></li><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/configuration/how-to-enable-a-particular-child-entity/" rel="bookmark" class="wherego_title">How to enable a particular child entity?</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><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/different-types-of-toggle-applets-in-siebel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What are different types of tables in Siebel?</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 10:08:35 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[base tables]]></category>
		<category><![CDATA[EIM]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[table tables]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=471</guid>
		<description><![CDATA[Tables in Siebel can be broadly classified into two types Repository Tables Data Tables Repository Tables: Tables that are used to store Meta data about Siebel Objects are repository tables. Following are examples of Repository tables S_APPLET: Stores Siebel Applets information S_BUSCOMP: Stores Siebel Business Component Information S_WFR_PROC: Stores Siebel Workflow Process Information Data Table: [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Tables in Siebel can be broadly classified into two types</p>
<ul>
<li>Repository Tables</li>
<li>Data Tables</li>
</ul>
<p><span id="more-471"></span><br />
<strong>Repository Tables</strong>: Tables that are used to store Meta data about Siebel Objects are repository tables. Following are examples of Repository tables<strong></strong></p>
<p><strong>S_APPLET</strong>: Stores Siebel Applets information<strong><br />
S_BUSCOMP</strong>: Stores Siebel Business Component Informatio<strong>n<br />
S_WFR_PROC:</strong> Stores Siebel Workflow Process Information</p>
<p><strong>Data Table:</strong> Tables that are used to store Siebel User data are known as data tables. They can be further classified into following types</p>
<p><strong>Base Tables:</strong> Stores data about various siebel entities such as opportunity, quotes service requests. Following are examples of Base Tables</p>
<p>S_OPTY: Used to store Opportunity Information<br />
S_SRV_REQ: Used to store Service Request Information<br />
S_EVT_ACT: Used to Activities Information<br />
S_DOC_QUOTE: Used to store Quote Information</p>
<p><strong>Extension Tables:</strong> These tables are extension of base tables and are connected via implicit join and are used to store custom information for various entities. They have _X suffix to their name</p>
<p>S_OPTY_X: Extension table for opportunities<br />
S_DOC_QUOTE_X: Extension table for quotes<br />
S_EVT_ACT_X: Extension table for activities</p>
<p><strong>Interface Tables:</strong> Used export and import data from external applications. They have EIM prefix with table name. Every base table and extension table has its corresponding EIM tables. Examples of EIM Tables are</p>
<p>EIM_OPTY: Opportunity EIM Table<br />
EIM_ACTIVITY: Activities EIM Table<strong></strong></p>
<p><strong>XM Tables</strong>: These tables are used where M: M relationships have to be established. These tables have XM suffix after their name. Most of the base tables have corresponding XM tables. Examples of XM Tables are</p>
<p>S_OPTY_XM: XM table for Opportunity<br />
S_DOC_QUOTE_XM: XM table for Quote</p>
<p>I know this is not an exhaustive list and there are some other terms for other types of table that are present in Siebel. Please help here by contributing to create a complete exhaustive list.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/siebel-testing/verification-and-validation/" rel="bookmark" class="wherego_title">Difference between Verification and Validation</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/link-join-difference/" rel="bookmark" class="wherego_title">What is difference between Link and Join?</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/siebel-testing/qtp/components-recovery-scenario-qtp/" rel="bookmark" class="wherego_title">What are the components of a recovery scenario?</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>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><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>What is difference between Hierarchical and Constraint Picklist?</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/difference-between-hierarchical-constraint-picklist/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/difference-between-hierarchical-constraint-picklist/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 06:06:35 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=463</guid>
		<description><![CDATA[Purpose of both the Picklists is similar, to restrict or constraint the values of child Picklist based on the value of parent but we need to do different configuration to implement them. The only reason I can think of using Constraint over Hierarchical Picklists is due to a limitation of Hierarchical Picklist showing all the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Purpose of both the <strong>Picklists</strong> is similar, to restrict or constraint the values of child <strong>Picklist</strong> based on the value of parent but we need to do different configuration to implement them.</p>
<p>The only reason I can think of using <strong>Constraint over Hierarchical Picklists</strong> is due to a limitation <strong>of Hierarchical Picklist</strong> showing all the values including child Picklist values.</p>
<p><strong>Basic difference</strong> between Hierarchical and Constraint Picklist is as following:<span id="more-463"></span></p>
<p><strong>Business Component:</strong></p>
<p><strong>Hierarchical Picklist (HPL):</strong> Business Component for HPL is Picklist Hierarchical<br />
<strong>Constraint Picklist (CPL):</strong> Business Component for CPL is Picklist Generic</p>
<p><strong>Values:</strong></p>
<p><strong>HPL</strong>: You will see all the values in Parent Picklist including Child Picklist Values<br />
<strong>CPL</strong>: As both the parent and child fields have different Picklists associated there is no overlapping of values</p>
<p><strong>LOV</strong>:</p>
<p><strong>HPL</strong>: Same LOV is used for Parent as well as Child<strong> Picklist Field</strong> and Parent LIC field is used to establish a parent and child relationship<br />
<strong>CPL</strong>: Different LOV is used for Parent and Child Fields.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</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/how-to-enable-a-particular-child-entity/" rel="bookmark" class="wherego_title">How to enable a particular child entity?</a></li><li><a href="http://interview.siebelunleashed.com/blog/siebel-testing/qtp/source-property-database-object/" rel="bookmark" class="wherego_title">What does the source property of a database test object specify?</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-testing/verification-and-validation/" rel="bookmark" class="wherego_title">Difference between Verification and Validation</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><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/difference-between-hierarchical-constraint-picklist/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>What will happen if I provide value in both Pre-Default and Post-Default properties?</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/pre-default-post-default-properties-conflict/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/pre-default-post-default-properties-conflict/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 07:28:17 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=451</guid>
		<description><![CDATA[I will try to explain the answer with the help of an example of  &#8220;Status&#8221; field. We will assume the following values have been given for Pre-Default and Post-Default properties of Status Field Pre-Default Value:  “In Process” Post-Default Value:  “Complete” Following are the scenarios which can take place: User creates a New Record and saves [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I will try to explain the answer with the help of an example of  <strong>&#8220;Status&#8221; field</strong>.</p>
<p>We will assume the following values have been given for <strong>Pre-Default</strong> and <strong>Post-Default</strong> properties of Status Field</p>
<p><strong>Pre-Default Value</strong>:  “In Process”<br />
<strong>Post-Default Value</strong>:  “Complete”</p>
<p>Following are the scenarios which can take place:<span id="more-451"></span></p>
<p><strong>User creates a New Record and saves the record without changing value of status field:</strong><br />
Pre-Default value (In Process) will be assigned to Status field.</p>
<p><strong>User creates a New Record and changes the value of Status field to “Planning”</strong><br />
Pre-Default value is going to take effect as soon as user creates a new record but Post-Default value will not take effect. <span style="color: #888888;">[Corrected as pointed by Gururaj]<br />
</span><strong>User creates a New Record and changes the value of Status field to blank</strong><br />
Post Default Value (&#8220;Complete&#8221;) will take effect</p>
<p><strong>User copies an existing record where value of status field is “Planning”</strong><br />
Neither Post-Default nor Pre-Default will take effect</p>
<p><strong>User copies an existing record where value of status field is blank</strong><br />
Pre-Default (&#8220;In-Process&#8221;) Value will take effect</p>
<p><strong>User copies an existing record  and makes the value of the field as blank<br />
</strong>Post-Default Value (&#8220;Complete&#8221;) will take effect</p>
<p><strong>User changes the value of existing record to blank and saves the record.<br />
</strong>Neither Post-Default nor Pre-Default will take effect as these values only takes when the record is initially created and saved.</p>
<p>Click here to get more details about Pre-Default and Post Default properties</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</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/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/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/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/configuration/how-to-enable-a-particular-child-entity/" rel="bookmark" class="wherego_title">How to enable a particular child entity?</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><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/pre-default-post-default-properties-conflict/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What is difference between Link and Join?</title>
		<link>http://interview.siebelunleashed.com/blog/configuration/link-join-difference/</link>
		<comments>http://interview.siebelunleashed.com/blog/configuration/link-join-difference/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 13:07:41 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[business components]]></category>
		<category><![CDATA[mvl]]></category>
		<category><![CDATA[parent child relationship]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=446</guid>
		<description><![CDATA[Links and Joins have following  differences Relationship:   Joins: Joins are configured between a Business Component and a table. Links: Links are configured between 2 Business Components. They represent Parent Child relationship Cardinality:   Joins: Joins have 1:1 &#38; M:1 cardinality. Links: Links have 1:M &#38; M:M cardinality.   Configuration:   Joins: Joins are configured as [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Links and Joins have following  differences</p>
<p><strong>Relationship:</strong><br />
 <br />
<strong>Joins:</strong> Joins are configured between a Business Component and a table.<br />
<strong>Links:</strong> Links are configured between 2 Business Components. They represent Parent Child relationship<span id="more-446"></span> <strong>Cardinality:</strong><br />
 <br />
<strong>Joins:</strong> Joins have 1:1 &amp; M:1 cardinality.<br />
<strong>Links:</strong> Links have 1:M &amp; M:M cardinality.<br />
 <br />
<strong>Configuration:</strong><br />
 <br />
<strong>Joins:</strong> Joins are configured as child properties of a BC.<br />
<strong>Links:</strong> Links are created through Link Object in Siebel tools and they are referenced in Business Objects and Multivalue Links (MVL) to establish parent child relationship.<br />
 <br />
<strong>Examples:<br />
</strong> <br />
<strong>Joins:</strong> A Service Request can only have a single owner. So a Join is created in the Service Request BC to pull the owner information from the S_USER.<br />
<strong>Links:</strong> An Account can have multiple Addresses. A link between BC: Account &amp; BC: Business Address reflects this 1:M relationship.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</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/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/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/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/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><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/configuration/link-join-difference/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

