<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Siebel Interview question</title>
	<atom:link href="http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/</link>
	<description>Technical advice, help and instruction with Siebel Systems</description>
	<lastBuildDate>Fri, 20 Aug 2010 17:16:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rohit</title>
		<link>http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/comment-page-1/#comment-219</link>
		<dc:creator>rohit</dc:creator>
		<pubDate>Tue, 26 May 2009 08:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/#comment-219</guid>
		<description>hai
i have query that how to update the joined field please reply if possible more than one way please specify that .</description>
		<content:encoded><![CDATA[<p>hai<br />
i have query that how to update the joined field please reply if possible more than one way please specify that .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ursvisnu</title>
		<link>http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/comment-page-1/#comment-217</link>
		<dc:creator>ursvisnu</dc:creator>
		<pubDate>Sat, 09 May 2009 05:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/#comment-217</guid>
		<description>hai 
iam vishnu jr devoloper in siebel, i have a requirement that about constraining picklist
there are two static picklists A , B,
 where there is  a field C which has checkbox then when that check box is true then constrain happen between that fields if check box is not checked they are individual how i can achieve this .
thanks in advance.</description>
		<content:encoded><![CDATA[<p>hai<br />
iam vishnu jr devoloper in siebel, i have a requirement that about constraining picklist<br />
there are two static picklists A , B,<br />
 where there is  a field C which has checkbox then when that check box is true then constrain happen between that fields if check box is not checked they are individual how i can achieve this .<br />
thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiran</title>
		<link>http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/comment-page-1/#comment-180</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Sat, 20 Sep 2008 13:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/#comment-180</guid>
		<description>Good answer. But I have another query which Siebel has implemented, but I couldn&#039;t succeed for other fields. WHen I update a field on Opportunity record, relevant field on child records (Revenue) should get updated.

Vanilla config works, for Account field. When Account on Opty is updated, the Account Id on all Revenue lines get updated. But my other fields doesnot work. Anybody got the best solution?</description>
		<content:encoded><![CDATA[<p>Good answer. But I have another query which Siebel has implemented, but I couldn&#8217;t succeed for other fields. WHen I update a field on Opportunity record, relevant field on child records (Revenue) should get updated.</p>
<p>Vanilla config works, for Account field. When Account on Opty is updated, the Account Id on all Revenue lines get updated. But my other fields doesnot work. Anybody got the best solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva</title>
		<link>http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/comment-page-1/#comment-19</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Mon, 04 Feb 2008 13:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/#comment-19</guid>
		<description>Hi i will be happy for that.......... could U ple give me how we can Write ple give detail.....................ple help me</description>
		<content:encoded><![CDATA[<p>Hi i will be happy for that&#8230;&#8230;&#8230;. could U ple give me how we can Write ple give detail&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;ple help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuandgravy</title>
		<link>http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/comment-page-1/#comment-18</link>
		<dc:creator>stuandgravy</dc:creator>
		<pubDate>Mon, 04 Feb 2008 11:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/#comment-18</guid>
		<description>Question 2: how to split dates?

If I assume you just want to display the date split out, not capture it that way, then you can use three calculated fields formatting the original date field with the &#039;ToChar&#039; function. The function&#039;s in Bookshelf, but as an example &lt;strong&gt;ToChar([&lt;em&gt;Date Field&lt;/em&gt;], &quot;dd&quot;)&lt;/strong&gt; would hold the day portion of the date.</description>
		<content:encoded><![CDATA[<p>Question 2: how to split dates?</p>
<p>If I assume you just want to display the date split out, not capture it that way, then you can use three calculated fields formatting the original date field with the &#8216;ToChar&#8217; function. The function&#8217;s in Bookshelf, but as an example <strong>ToChar([<em>Date Field</em>], &#8220;dd&#8221;)</strong> would hold the day portion of the date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuandgravy</title>
		<link>http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/comment-page-1/#comment-17</link>
		<dc:creator>stuandgravy</dc:creator>
		<pubDate>Mon, 04 Feb 2008 11:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/#comment-17</guid>
		<description>Question 1: how to calculate a total on a form applet?

You need to set up an MVG and use an aggregate function. See &lt;a href=&quot;http://blog.stuandgravy.com/2007/04/05/using-mvg-aggregate-functions/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Question 1: how to calculate a total on a form applet?</p>
<p>You need to set up an MVG and use an aggregate function. See <a href="http://blog.stuandgravy.com/2007/04/05/using-mvg-aggregate-functions/" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva</title>
		<link>http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/comment-page-1/#comment-16</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Mon, 04 Feb 2008 11:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/#comment-16</guid>
		<description>Hi Friends
&gt; I ahve one requirement.we have one date field.But we need to display in
&gt; three fields that date,we need to split the date and have to show
&gt; like month in one field, and year in one field, day in one field.throufgconfiguration.
&gt; for ex: we have 1/23/2008
&gt; we need to show in month field 1
&gt; we need to show in day field 23
&gt; we need to show in year fiedl 2008
&gt;
&gt; it is very urgent req, please reply asap
&gt;
&gt; thanks
&gt; Siva__.____._</description>
		<content:encoded><![CDATA[<p>Hi Friends<br />
&gt; I ahve one requirement.we have one date field.But we need to display in<br />
&gt; three fields that date,we need to split the date and have to show<br />
&gt; like month in one field, and year in one field, day in one field.throufgconfiguration.<br />
&gt; for ex: we have 1/23/2008<br />
&gt; we need to show in month field 1<br />
&gt; we need to show in day field 23<br />
&gt; we need to show in year fiedl 2008<br />
&gt;<br />
&gt; it is very urgent req, please reply asap<br />
&gt;<br />
&gt; thanks<br />
&gt; Siva__.____._</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva</title>
		<link>http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/comment-page-1/#comment-15</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Mon, 04 Feb 2008 11:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.notesonsiebel.com/2007/03/26/siebel-interview-question/#comment-15</guid>
		<description>Hi
I am having a requirement as below.
There is a list applet with a list column &quot;Amount&quot;.I made the total of the &quot;amount&quot; in all rows displayed in footer using &quot;total required propery&quot; in applet.
Actually the field &quot;amount&quot; is the calculated field in a BC
I need to extract the total that is displayed in footer for the &quot;amount&quot; field to a control in form applet which using some other BC.This form applet located just below the list applet where list column &quot;amount&quot; is present.

Can we do this without scripting? if yes please explain me how to do?
else..please help me to write scripting for this.
Thanks in advance.
Regards,
siva __.____.</description>
		<content:encoded><![CDATA[<p>Hi<br />
I am having a requirement as below.<br />
There is a list applet with a list column &#8220;Amount&#8221;.I made the total of the &#8220;amount&#8221; in all rows displayed in footer using &#8220;total required propery&#8221; in applet.<br />
Actually the field &#8220;amount&#8221; is the calculated field in a BC<br />
I need to extract the total that is displayed in footer for the &#8220;amount&#8221; field to a control in form applet which using some other BC.This form applet located just below the list applet where list column &#8220;amount&#8221; is present.</p>
<p>Can we do this without scripting? if yes please explain me how to do?<br />
else..please help me to write scripting for this.<br />
Thanks in advance.<br />
Regards,<br />
siva __.____.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
