<?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>Online Siebel Tutorials - Bookshelf &#187; User Properties</title>
	<atom:link href="http://www.siebelintegration.com/index.php/tag/user-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.siebelintegration.com</link>
	<description>Learn by Sharing Siebel Knowledge............</description>
	<lastBuildDate>Wed, 04 Aug 2010 15:27:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to make Child BC Read Only based on Parent BC field?</title>
		<link>http://www.siebelintegration.com/index.php/configuration/how-to-make-child-bc-read-only-based-on-parent-bc-field/</link>
		<comments>http://www.siebelintegration.com/index.php/configuration/how-to-make-child-bc-read-only-based-on-parent-bc-field/#comments</comments>
		<pubDate>Wed, 06 May 2009 07:09:05 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Case Studies & Scenarios]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[User Properties]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=132</guid>
		<description><![CDATA[Scenario:
Parent BC: Service Request
Child BC: Activities
If Service Request business component Status field is closed then the Action BC should become read only.
Implementation:
1. Create a Calculated Field in Parent BC – Service Request as shown below –
   Field Name: Calc Status Closed
   Calculated Value: IIF([Status] = “Closed”,&#8221;Y&#8221;,&#8221;N&#8221;). &#8230;Thanks Vijaya for noticing it
Note: Set the Links Specification Property to TRUE for the field: [Calc Status Closed]
2. Create a BC User Property in Child BC &#8211; Action as shown below -
   Name: Parent Read Only Field: Service ...]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/configuration/how-to-make-child-bc-read-only-based-on-parent-bc-field/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to make Parent BC Read Only based on Child BC field?</title>
		<link>http://www.siebelintegration.com/index.php/configuration/how-to-make-parent-bc-read-only-based-on-child-bc-field/</link>
		<comments>http://www.siebelintegration.com/index.php/configuration/how-to-make-parent-bc-read-only-based-on-child-bc-field/#comments</comments>
		<pubDate>Wed, 06 May 2009 07:06:10 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Case Studies & Scenarios]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[User Properties]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=130</guid>
		<description><![CDATA[Scenario:
Parent BC: Action Template.
Child BC: Action Language.
Now, for any record in Child BC, if the ‘Language’ field value is ‘Chinese’, then, the parent BC should become read-only.
Implementation:
For this, you should have a multivalve field defined in parent BC for Language Name in Child BC. Let’s say this MVF: Language Name
1. Create a Calculated field in Parent BC with this expression –
     Field Name: Calc Language Read Only Field
     Calculated Value: EXISTS ([Translated Language] = &#8220;Chinese&#8221;)
2. Create a BC User Property in Parent ...]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/configuration/how-to-make-parent-bc-read-only-based-on-child-bc-field/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
