<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/604702</link>
		<description>Comments by Tejeshwer</description>
<item>
<title>Exploring Siebel : Siebel Product Configurator: How to restrict attribute length?</title>
<link>http://exploringsiebel.blogspot.com/2009/08/siebel-product-configurator-how-to.html#IDComment139848410</link>
<description>You need to modify the control web template for this. There would be one section for the promotion field, try removing that. </description>
<pubDate>Mon, 4 Apr 2011 10:34:40 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/08/siebel-product-configurator-how-to.html#IDComment139848410</guid>
</item><item>
<title>Exploring Siebel : Fetching value of Oracle Sequence from External DB</title>
<link>http://exploringsiebel.blogspot.com/2010/11/fetching-value-of-oracle-sequence-from.html#IDComment135838683</link>
<description>I am glad it helped someone... :) </description>
<pubDate>Fri, 18 Mar 2011 14:36:51 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2010/11/fetching-value-of-oracle-sequence-from.html#IDComment135838683</guid>
</item><item>
<title>Exploring Siebel : Debugging Siebel - Creatng custom logs using Clib.fputs</title>
<link>http://exploringsiebel.blogspot.com/2009/08/debugging-siebel-application-clibfputs.html#IDComment133611019</link>
<description>You can keep your log location in list of values and use it for saving the files. This way you can keep different location on server and local.   </description>
<pubDate>Wed, 9 Mar 2011 15:06:16 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/08/debugging-siebel-application-clibfputs.html#IDComment133611019</guid>
</item><item>
<title>Exploring Siebel : Editing conflict page of Siebel Product Configurator</title>
<link>http://exploringsiebel.blogspot.com/2009/07/editing-conflict-page-of-siebel-product.html#IDComment126426831</link>
<description>pull that field as linked item in the configurator, and use constraints exclude that product. then use excluded = y user property to hide that product instead of showing it as red.  hope it helps. </description>
<pubDate>Mon, 7 Feb 2011 07:08:07 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/07/editing-conflict-page-of-siebel-product.html#IDComment126426831</guid>
</item><item>
<title>Exploring Siebel : Community</title>
<link>http://exploringsiebel.blogspot.com/#IDComment107857732</link>
<description>If the requirement is to restrict user from entering new values into some attributes on the revise/renew order then it can be achieved by showing error to the user on attribute update by scripting &amp;quot;Cfg_AttributeSelected&amp;quot; event it would be an very easier workaround.  But if customer completely wants to remove some attributes from the view then I guess you need to create two different User Interface for the product and select one based upon the condition, read API to Select the Configurator User Interface section of the product admin pdf of the bookshelf.  You will need to change Configurator Load workflow for this.  choose option that fits better. </description>
<pubDate>Thu, 4 Nov 2010 20:44:09 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/#IDComment107857732</guid>
</item><item>
<title>Exploring Siebel : Get Attribute Value - Product Configurator</title>
<link>http://exploringsiebel.blogspot.com/2010/08/get-attribute-value-product.html#IDComment106619143</link>
<description>GetCPInstance uses SIS OM Asset Integation Object which also contain the Hierarchy Parent Key and Hierarchy Root Key user keys. </description>
<pubDate>Thu, 28 Oct 2010 18:36:43 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2010/08/get-attribute-value-product.html#IDComment106619143</guid>
</item><item>
<title>Exploring Siebel : Get Attribute Value - Product Configurator</title>
<link>http://exploringsiebel.blogspot.com/2010/08/get-attribute-value-product.html#IDComment106615686</link>
<description>SIS OM Order Integration object have Hierarchy Parent Key and Hierarchy Root Key set thus all the child objects line items and attributes are represented under one Root product in hierarchical nature.  Write output SIebel Message to file to understand the logic. </description>
<pubDate>Thu, 28 Oct 2010 18:13:25 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2010/08/get-attribute-value-product.html#IDComment106615686</guid>
</item><item>
<title>Exploring Siebel : Read only Siebel Product Configurator.</title>
<link>http://exploringsiebel.blogspot.com/2009/08/read-only-siebel-product-configurator.html#IDComment87877540</link>
<description>Ideally this should work in all high interactive applications. you can also try by removing the top container as:  var readonly = theApplication().GetProfileAttr(&amp;quot;ReadOnly&amp;quot;);   also check whether the profile attribute is set before entering the configurator.  you check this by directing your browser to following code:  javascript:alert(theApplication().GetProfileAttr(&amp;quot;ReadOnly&amp;quot;));  </description>
<pubDate>Wed, 21 Jul 2010 14:53:46 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/08/read-only-siebel-product-configurator.html#IDComment87877540</guid>
</item><item>
<title>Exploring Siebel : Read only Siebel Product Configurator.</title>
<link>http://exploringsiebel.blogspot.com/2009/08/read-only-siebel-product-configurator.html#IDComment87650750</link>
<description>Amitabh, you can disable the Done button in java script by accessing the container table data tag &amp;lt;td&amp;gt;. Read w3schools.com to take help in implementing it.   and i have already replied and updated the post on restricting the attribute length.  Hope it helps. </description>
<pubDate>Tue, 20 Jul 2010 10:19:45 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/08/read-only-siebel-product-configurator.html#IDComment87650750</guid>
</item><item>
<title>Exploring Siebel : Read only Siebel Product Configurator.</title>
<link>http://exploringsiebel.blogspot.com/2009/08/read-only-siebel-product-configurator.html#IDComment86935175</link>
<description>This technique can also be used to make the product drop down read only, you have to add disabled=&amp;quot;true&amp;quot; property for every control that you want to make read only.  Products usually shown in drop down thus you need to edit showCombo method for this.   you can also disable the done button but then user wont be able to go back to his quote or order. Choose solution that suits you best. </description>
<pubDate>Fri, 16 Jul 2010 10:30:17 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/08/read-only-siebel-product-configurator.html#IDComment86935175</guid>
</item><item>
<title>Exploring Siebel : Siebel Product Configurator: How to restrict attribute length?</title>
<link>http://exploringsiebel.blogspot.com/2009/08/siebel-product-configurator-how-to.html#IDComment79750120</link>
<description>Thanks Amitabh for pointing! I have updated the image. </description>
<pubDate>Sat, 12 Jun 2010 16:30:54 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/08/siebel-product-configurator-how-to.html#IDComment79750120</guid>
</item><item>
<title>Exploring Siebel : Editing conflict page of Siebel Product Configurator</title>
<link>http://exploringsiebel.blogspot.com/2009/07/editing-conflict-page-of-siebel-product.html#IDComment75688003</link>
<description>The only way it can be made conditional is with the use of profile attribute, if you can somehow set the profile attribute before loading of the conflict page then i think you will be able to achieve it. </description>
<pubDate>Sun, 16 May 2010 17:18:38 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/07/editing-conflict-page-of-siebel-product.html#IDComment75688003</guid>
</item><item>
<title>Exploring Siebel : How to generate random number in Siebel eScript?</title>
<link>http://exploringsiebel.blogspot.com/2009/09/how-to-generate-random-number-in-siebel.html#IDComment71329438</link>
<description>Great Thanks Sebastian, for sharing this wonderful service. Can you please also share how we can use this RowIdToRowIdNum function ? is it available on the application object? or it will automatically work in workflow expression?  - Tejeshwer </description>
<pubDate>Thu, 29 Apr 2010 16:33:19 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/09/how-to-generate-random-number-in-siebel.html#IDComment71329438</guid>
</item><item>
<title>Exploring Siebel : Download Siebel 8.0 Essentials Training Presentation!</title>
<link>http://exploringsiebel.blogspot.com/2009/09/download-siebel-80-essentials-training.html#IDComment56365643</link>
<description>Click on the link above ,there you would get the download button, i thik you are trying to directly save the link </description>
<pubDate>Thu, 11 Feb 2010 16:28:28 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/09/download-siebel-80-essentials-training.html#IDComment56365643</guid>
</item><item>
<title>Exploring Siebel : Setting up Siebel and JMS Integration!</title>
<link>http://exploringsiebel.blogspot.com/2009/07/setting-up-siebel-and-jms-integration.html#IDComment55703317</link>
<description>Hi Antonio, I wont be able to help in case of MQ Series , you would have to look on support web for this. </description>
<pubDate>Sun, 7 Feb 2010 09:14:07 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/07/setting-up-siebel-and-jms-integration.html#IDComment55703317</guid>
</item><item>
<title>Exploring Siebel : Date functions in Siebel eScript</title>
<link>http://exploringsiebel.blogspot.com/2009/10/date-functions-in-siebel-escript.html#IDComment49757852</link>
<description>Jeena, simplest way would be to compare both the dates with the LOV&amp;#039;s and if both are larger than start date and less than end date then you will know that both lies in the same quarter </description>
<pubDate>Thu, 31 Dec 2009 09:56:18 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/10/date-functions-in-siebel-escript.html#IDComment49757852</guid>
</item><item>
<title>Exploring Siebel : How to see the SADMIN / SIEBEL password un-encrypted!</title>
<link>http://exploringsiebel.blogspot.com/2009/10/how-to-see-sadmin-siebel-password-un.html#IDComment46185956</link>
<description>geeksajan, please explain your logic behind the service that you have posted ! </description>
<pubDate>Mon, 7 Dec 2009 20:15:36 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/10/how-to-see-sadmin-siebel-password-un.html#IDComment46185956</guid>
</item><item>
<title>Exploring Siebel : Get Workflow Instance Id from the process property value!</title>
<link>http://exploringsiebel.blogspot.com/2009/10/get-workflow-instance-id-from-process.html#IDComment44650404</link>
<description>Thanks Amol for your information!  i hope i would get to work in siebel 8 soon... :) </description>
<pubDate>Wed, 25 Nov 2009 08:54:22 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/10/get-workflow-instance-id-from-process.html#IDComment44650404</guid>
</item><item>
<title>Exploring Siebel : Changing log directory of Siebel Server</title>
<link>http://exploringsiebel.blogspot.com/2009/10/changing-log-directory-of-siebel-server.html#IDComment44649830</link>
<description>thnx! it is just one of the support web articles. </description>
<pubDate>Wed, 25 Nov 2009 08:44:49 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/10/changing-log-directory-of-siebel-server.html#IDComment44649830</guid>
</item><item>
<title>Exploring Siebel : How to see the SADMIN / SIEBEL password un-encrypted!</title>
<link>http://exploringsiebel.blogspot.com/2009/10/how-to-see-sadmin-siebel-password-un.html#IDComment41527801</link>
<description>Thnx!  But keep the table cleanup component in mind, this component clears the completed jobs from the table. </description>
<pubDate>Mon, 2 Nov 2009 16:07:32 +0000</pubDate>
<guid>http://exploringsiebel.blogspot.com/2009/10/how-to-see-sadmin-siebel-password-un.html#IDComment41527801</guid>
</item>	</channel>
</rss>