<?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>GeeKs Blogging @ dotCOM &#187; Renuka Ankam</title>
	<atom:link href="http://geeksbloggingat.com/author/ankamrenuka/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksbloggingat.com</link>
	<description>Let&#039;s share...</description>
	<lastBuildDate>Tue, 30 Aug 2011 21:29:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Siebel &#8211; Autosave Opportunity data &#8211; Sample Code</title>
		<link>http://geeksbloggingat.com/2009/07/28/siebel-autosave-opportunity-data-sample-code/</link>
		<comments>http://geeksbloggingat.com/2009/07/28/siebel-autosave-opportunity-data-sample-code/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 02:37:55 +0000</pubDate>
		<dc:creator>Renuka Ankam</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[eScript]]></category>
		<category><![CDATA[Siebel]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=663</guid>
		<description><![CDATA[This is a follow up post on my previous post, Siebel &#8211; Autosave Opportunity data &#8211; The concept where I introduced the concept and analysis of the following problem statement: &#8220;System should have capability to automatically save opportunity (RFPs) data in Draft state after a certain interval.&#8221; Following is the sample code for solving the [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/07/27/siebel-autosave-opportunity-the-concept/' rel='bookmark' title='Permanent Link: Siebel &#8211; Autosave Opportunity data &#8211; The concept'>Siebel &#8211; Autosave Opportunity data &#8211; The concept</a> <small>Requirement: System should have capability to automatically save opportunity(RFPs) data...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/24/html-code-in-error-message/' rel='bookmark' title='Permanent Link: Siebel &#8211; HTML Code displayed in Error Message'>Siebel &#8211; HTML Code displayed in Error Message</a> <small>There was a requirement in our project to make Account...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/01/activating-fields/' rel='bookmark' title='Permanent Link: Siebel &#8211; ActivateField() split wide open'>Siebel &#8211; ActivateField() split wide open</a> <small>In Siebel, we generally tend to use the fields on...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/20/siebel-adding-license-keys-to-sample/' rel='bookmark' title='Permanent Link: Siebel &#8211; Adding License Keys to Sample'>Siebel &#8211; Adding License Keys to Sample</a> <small>I am glad to be associated with Geeks Blogging @...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/19/siebel-about-srf-window-remove-data/' rel='bookmark' title='Permanent Link: Siebel &#8211; About SRF Window &#8211; Remove data'>Siebel &#8211; About SRF Window &#8211; Remove data</a> <small>Okay. This is something those who like to toy with...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is a follow up post on my previous post, <a href="http://geeksbloggingat.com/2009/07/27/siebel-autosave-opportunity-the-concept">Siebel &#8211; Autosave Opportunity data &#8211; The concept</a> where I introduced the concept and analysis of the following problem statement:<br />
&#8220;System should have capability to automatically save opportunity (RFPs) data in Draft state after a certain interval.&#8221;</p>
<p>Following is the sample code for solving the above problem statement.</p>
<p><span id="more-663"></span>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="text-decoration: underline;"><span style="font-size: 12pt; color: red; line-height: 115%; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><br />
<strong>Applet Browser Scripts:-</span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="color: #0070c0; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">Event: &#8211; Applet_PreInvokeMethod</span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="color: #0070c0; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">Language: &#8211; eScript</span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="color: #0070c0; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">function Applet_PreInvokeMethod (name, inputPropSet)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">{</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> </span>if(name == &#8216;NewRecord&#8217;)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> </span>{</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> </span>var timemsg = setTimeout(&#8220;alert(&#8216;Please Fill up all the field value. Otherwise Autosave of the current record will be done!&#8217;)&#8221;,15000);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> </span>theApplication().SetProfileAttr(&#8220;AutoSaveNew&#8221;,&#8221;Y&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> </span>}</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> </span>return (&#8220;ContinueOperation&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; line-height: normal;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">}</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="color: #0070c0; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">Event: &#8211; Applet_Load</span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">function Applet_Load ()</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">{</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">//var aOppty = this.BusComp();</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">//var oAccount = aOppty.GetFieldValue(&#8220;Account&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">//var oCurrCd = aOppty.GetFieldValue(&#8220;Currency Code&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">//var oName = aOppty.GetFieldValue(&#8220;Name&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">//var oPrRevDt = aOppty.GetFieldValue(&#8220;Primary Revenue Close Date&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">If (theApplication().GetProfileAttr(&#8220;AutoSaveLoad&#8221;)&lt;&gt;&#8221;Y&#8221;) </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">{</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">var timemsg = setTimeout(&#8220;alert(&#8216;Please Fill up all the field value.Otherwise Autosave of the current record will be done!&#8217;)&#8221;,15000);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">theApplication().SetProfileAttr(&#8220;AutoSaveLoad&#8221;,&#8221;Y&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">}</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: small; font-family: Calibri;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="text-decoration: underline;"><span style="color: red; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">Bus Comp. Server Script:</span></span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="color: #0070c0; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">Event: &#8211; BusComp_SetFieldValue</span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="color: #0070c0; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">Language: &#8211; VBScript</span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">function BusComp_PreWriteRecord ()<br />
{</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">var aOppty = this.BusComp();</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">var oAccount = aOppty.GetFieldValue(&#8220;Account&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">var oCurrCd = aOppty.GetFieldValue(&#8220;Currency Code&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">var oName = aOppty.GetFieldValue(&#8220;Name&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">var oPrRevDt = aOppty.GetFieldValue(&#8220;Primary Revenue Close Date&#8221;);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">this.ActivateField(&#8220;Account&#8221;)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">this.ActivateField(&#8220;Currency Code&#8221;)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">this.ActivateField(&#8220;Name&#8221;)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">this.ActivateField(&#8220;Primary Revenue Close Date&#8221;)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><strong><span style="color: #00b050; font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">//These below mentioned ones are the required fields being predefaulted by certain values</span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">If ((this.GetFieldValue(&#8220;Account &#8220;) &lt;&gt; &#8220;&#8221;) And (this.GetFieldValue(&#8220;Currency Code&#8221;) &lt;&gt; &#8220;&#8221;) And (this.GetFieldValue(&#8220;Name&#8221;) &lt;&gt; &#8220;&#8221;) And (this.GetFieldValue(&#8220;Primary Revenue Close Date&#8221;) &lt;&gt; &#8220;&#8221;) And (TheApplication.GetProfileAttr(&#8220;AutoSaveNew &#8220;) = &#8220;Y&#8221; <span style="mso-spacerun: yes;"> </span>Or TheApplication.GetProfileAttr(&#8220;AutoSaveLoad &#8220;) = &#8220;Y&#8221; ))Then </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> this</span>.Setfieldvalue( &#8220;Account &#8220;, oAccount);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> </span><span style="mso-spacerun: yes;"> this</span>.Setfieldvalue (&#8220;Currency Code&#8221;, oCurrCd);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> this</span>.Setfieldvalue (&#8220;Name&#8221;, oName);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> this</span>.Setfieldvalue (&#8220;Primary Revenue Close Date&#8221;, oPrRevDt);</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 1in;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">TheApplication().SetProfileAttr (&#8221; AutoSaveLoad &#8220;,&#8221;N&#8221;<span style="mso-spacerun: yes;"> ); </span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 1in;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;">T</span>heApplication().SetProfileAttr (&#8221; AutoSaveNew &#8220;,&#8221;N&#8221;)</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"><span style="mso-spacerun: yes;"> this</span>.WriteRecord</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;">}</span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-family: &quot;Cambria&quot;,&quot;serif&quot;;"><span style="font-size: small;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;">
<p>I hope this has been a nice post.</p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/07/27/siebel-autosave-opportunity-the-concept/' rel='bookmark' title='Permanent Link: Siebel &#8211; Autosave Opportunity data &#8211; The concept'>Siebel &#8211; Autosave Opportunity data &#8211; The concept</a> <small>Requirement: System should have capability to automatically save opportunity(RFPs) data...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/24/html-code-in-error-message/' rel='bookmark' title='Permanent Link: Siebel &#8211; HTML Code displayed in Error Message'>Siebel &#8211; HTML Code displayed in Error Message</a> <small>There was a requirement in our project to make Account...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/01/activating-fields/' rel='bookmark' title='Permanent Link: Siebel &#8211; ActivateField() split wide open'>Siebel &#8211; ActivateField() split wide open</a> <small>In Siebel, we generally tend to use the fields on...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/20/siebel-adding-license-keys-to-sample/' rel='bookmark' title='Permanent Link: Siebel &#8211; Adding License Keys to Sample'>Siebel &#8211; Adding License Keys to Sample</a> <small>I am glad to be associated with Geeks Blogging @...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/19/siebel-about-srf-window-remove-data/' rel='bookmark' title='Permanent Link: Siebel &#8211; About SRF Window &#8211; Remove data'>Siebel &#8211; About SRF Window &#8211; Remove data</a> <small>Okay. This is something those who like to toy with...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2009/07/28/siebel-autosave-opportunity-data-sample-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Siebel &#8211; Autosave Opportunity data &#8211; The concept</title>
		<link>http://geeksbloggingat.com/2009/07/27/siebel-autosave-opportunity-the-concept/</link>
		<comments>http://geeksbloggingat.com/2009/07/27/siebel-autosave-opportunity-the-concept/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:33:07 +0000</pubDate>
		<dc:creator>Renuka Ankam</dc:creator>
				<category><![CDATA[Siebel CRM]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[eScript]]></category>
		<category><![CDATA[Siebel]]></category>

		<guid isPermaLink="false">http://geeksbloggingat.com/?p=677</guid>
		<description><![CDATA[Requirement: System should have capability to automatically save opportunity(RFPs) data in Draft state after a certain interval. Presumption: 1) The Business Component to be used for the UI applet should not have any required fields at the Table or BC level itself or All the required fields should be pre-defaulted with some unique values. 2) [...]


<b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/07/28/siebel-autosave-opportunity-data-sample-code/' rel='bookmark' title='Permanent Link: Siebel &#8211; Autosave Opportunity data &#8211; Sample Code'>Siebel &#8211; Autosave Opportunity data &#8211; Sample Code</a> <small>This is a follow up post on my previous post,...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/10/siebel-reading-data-directly-from-siebel-srf/' rel='bookmark' title='Permanent Link: Siebel &#8211; Reading data directly from Siebel SRF'>Siebel &#8211; Reading data directly from Siebel SRF</a> <small>SRF or the Siebel Repository File as it is more...</small></li>
<li><a href='http://geeksbloggingat.com/2009/06/22/siebel-make-mvg-field-required/' rel='bookmark' title='Permanent Link: Siebel &#8211; Make MVG Field required'>Siebel &#8211; Make MVG Field required</a> <small>Siebel supports the concept of Multi Valued Fields, or the...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/19/siebel-about-srf-window-remove-data/' rel='bookmark' title='Permanent Link: Siebel &#8211; About SRF Window &#8211; Remove data'>Siebel &#8211; About SRF Window &#8211; Remove data</a> <small>Okay. This is something those who like to toy with...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/22/siebel-make-a-field-require-conditionally/' rel='bookmark' title='Permanent Link: Siebel &#8211; Make a field Required, conditionally'>Siebel &#8211; Make a field Required, conditionally</a> <small>There was a requirement in our project to make Account...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><b>Requirement:</b><br />
System should have capability to automatically save opportunity(RFPs) data in Draft state after a certain interval.</p>
<p><b>Presumption:</b> </p>
<p>1) The Business Component to be used for the UI applet should not have any required fields at the Table or BC level itself or All the required fields should be pre-defaulted with some unique values. </p>
<p><span id="more-677"></span>2) There should not be any dependency of setting the field value from any other Siebel Objects like: Applet level Browser/Server scripts, Bus comp Browser/Server scripts, Application Browser/Server scripts to the target Business Components.</p>
<p> 3) The pre-defaulted values of the required fields (if present) will be visible in the applets and the user then can set the field values according to their needs when and wherever required. </p>
<p>4) In our solution, after loading of the applet or after the new record creation a pop up warning message will be thrown to the user after certain duration (say 20 sec) mentioning that the current record will be saved in the database it its current form. The user need to change the field value within this duration, otherwise the record will be saved in the database in its current state.</p>
<p>I have outlined the basic assumptions, as a part of the Case Study. Also, a brief conceptual background is outlined above. I will present the sample code that we used behind the scenes in the following posts. Till then, you can also think of some solutions and start putting them up in this thread.</p>


<p><b>Related posts:<b><ol><li><a href='http://geeksbloggingat.com/2009/07/28/siebel-autosave-opportunity-data-sample-code/' rel='bookmark' title='Permanent Link: Siebel &#8211; Autosave Opportunity data &#8211; Sample Code'>Siebel &#8211; Autosave Opportunity data &#8211; Sample Code</a> <small>This is a follow up post on my previous post,...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/10/siebel-reading-data-directly-from-siebel-srf/' rel='bookmark' title='Permanent Link: Siebel &#8211; Reading data directly from Siebel SRF'>Siebel &#8211; Reading data directly from Siebel SRF</a> <small>SRF or the Siebel Repository File as it is more...</small></li>
<li><a href='http://geeksbloggingat.com/2009/06/22/siebel-make-mvg-field-required/' rel='bookmark' title='Permanent Link: Siebel &#8211; Make MVG Field required'>Siebel &#8211; Make MVG Field required</a> <small>Siebel supports the concept of Multi Valued Fields, or the...</small></li>
<li><a href='http://geeksbloggingat.com/2009/05/19/siebel-about-srf-window-remove-data/' rel='bookmark' title='Permanent Link: Siebel &#8211; About SRF Window &#8211; Remove data'>Siebel &#8211; About SRF Window &#8211; Remove data</a> <small>Okay. This is something those who like to toy with...</small></li>
<li><a href='http://geeksbloggingat.com/2009/04/22/siebel-make-a-field-require-conditionally/' rel='bookmark' title='Permanent Link: Siebel &#8211; Make a field Required, conditionally'>Siebel &#8211; Make a field Required, conditionally</a> <small>There was a requirement in our project to make Account...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://geeksbloggingat.com/2009/07/27/siebel-autosave-opportunity-the-concept/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

