<?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"
	>

<channel>
	<title>Siebel Unleashed</title>
	<atom:link href="http://siebelunleashed.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://siebelunleashed.com</link>
	<description>We make Siebel Simple</description>
	<pubDate>Wed, 23 Jul 2008 13:21:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Siebel Application Architecture - Interview Question</title>
		<link>http://siebelunleashed.com/siebel-application-architecture-interview-question/</link>
		<comments>http://siebelunleashed.com/siebel-application-architecture-interview-question/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 13:20:20 +0000</pubDate>
		<dc:creator>neel</dc:creator>
		
		<category><![CDATA[Interview Questions]]></category>

		<category><![CDATA[Interview]]></category>

		<guid isPermaLink="false">http://siebelunleashed.com/?p=394</guid>
		<description><![CDATA[Today I am going to discuss interview questions that I think are basic and interesting. I will be adding more questions and answers in next few days. So watch out for Interview Questions Categories
Ques: You are logged into Siebel Call Center as a dedicated or mobile client. How do you determine to which database you [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am going to discuss <strong>interview questions</strong> that I think are basic and interesting. I will be adding more questions and answers in next few days. So watch out for <strong>Interview Questions Categories</strong></p>
<p><strong>Ques: You are logged into Siebel Call Center as a dedicated or mobile client. How do you determine to which database you are connected?</strong></p>
<p><strong>Answer:</strong><br />
<span id="more-394"></span></p>
<ul>
<li>Click on Help &gt; Technical Support in Siebel Application<br />
OR<br />
Click CTRL + ALT + J</li>
<li><strong>Connect String parameter</strong> will tell you which database and you are connected to.</li>
</ul>
<p>Same Applet will also tell you information such as</p>
<ul>
<li>User Id you used to login</li>
<li>SRF file you are using (very important and very commonly used)</li>
<li>Application Version</li>
</ul>
<p><strong>Ques:What are different layers of the Siebel Application Architecture?</strong></p>
<p>This is pretty basic question and I am pretty sure that you all know about the answer already but still I am giving an answer.</p>
<p>A simple Answer of this question will be</p>
<ul>
<li>User Interface Layer</li>
<li>Business Object Layer</li>
<li>Data Object Layer</li>
<li>Physical Layer or Database Layer</li>
</ul>
<p>But a detailed answer of this question will be</p>
<ul>
<li><strong>User Interface Layer</strong>: It consists of 2 components or 2 Sub Layers so to say
<ol>
<li><strong>Physical UI Layer</strong>: Which is nothing but your physical <strong>CSS and Siebel Web Template (SWT) files</strong> that are used in UI</li>
<li><strong>UI Object Layer</strong>: Which consists of Applets, Views and Screens</li>
</ol>
</li>
<li><strong>Business Object Layer</strong>: This helps you define your business logic. Business Components, Business Objects, Links etc are part of your Business Object Layer</li>
<li><strong>Data Object Layer:</strong> Data Object Layer is the what contains your object definitions. Tables such as S<strong>_BUSCOMP,S_APPLET and S_INDEX</strong> are examples of <strong>Data Object</strong> Layer. When you make table schema changes in Siebel tools these are stored in Data Object Layer and once you do Apply and Activate they are propagated to <strong>Physical Database</strong>.</li>
<li><strong>Physical Layer</strong>: This is 3rd party RDBMS that you use such as<strong> Oracle</strong> or <strong>DB2</strong> to actually store data.</li>
</ul>
<p>The answers are again based on my experience and in case if you feel that I missed something or I am wrong somewhere please correct me with your valuable feedback and comments.¼/p&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://siebelunleashed.com/siebel-application-architecture-interview-question/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Siebel tools and List of Values</title>
		<link>http://siebelunleashed.com/siebel-tools-and-list-of-values/</link>
		<comments>http://siebelunleashed.com/siebel-tools-and-list-of-values/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 10:12:07 +0000</pubDate>
		<dc:creator>neel</dc:creator>
		
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://siebelunleashed.com/?p=392</guid>
		<description><![CDATA[3 years into Siebel and I didn&#8217;t know till few days back, that you can create List of Values records in Siebel Tools and they get reflected in Siebel Application. I know this might be surprising for many but that is the truth. Here are the steps to do it.


Open Siebel Tools
Click on Screen &#62; System [...]]]></description>
			<content:encoded><![CDATA[<p>3 years into <strong>Siebel</strong> and I didn&#8217;t know till few days back, that you can create<strong> List of Values</strong> records in <strong>Siebel Tools</strong> and they get reflected in <strong>Siebel Application</strong>. I know this might be surprising for many but that is the truth. Here are the steps to do it.<br />
<span id="more-392"></span></p>
<ul>
<li>Open Siebel Tools</li>
<li>Click on Screen &gt; System Administration &gt; List Of Values option<br />
(as shown below)</li>
<p><a href="http://siebelunleashed.com/wp-content/uploads/2008/07/siebeltoolslistofvaluesscreen.png"><img class="alignnone size-medium wp-image-393" title="siebeltoolslistofvaluesscreen" src="http://siebelunleashed.com/wp-content/uploads/2008/07/siebeltoolslistofvaluesscreen.png" alt="" width="285" height="115" /></a></ul>
<p>You will see a screen which looks very similar to List Of Values View you see in Application.</p>
<p>You can create List of Values here by <a title="Siebel List of Values tutorial" href="http://siebelunleashed.com/siebel-crm-how-to-create-a-new-lov/" target="_self">following the steps in this post</a> and it will be reflected Application depending on data source you have logged in.</p>
<p>Now no need to login to application to create <strong>List Of Values</strong> while creating <strong>PickLists</strong>.</p>
<p>Hope this helps you all</p>
]]></content:encoded>
			<wfw:commentRss>http://siebelunleashed.com/siebel-tools-and-list-of-values/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Siebel Analytics presentation for download</title>
		<link>http://siebelunleashed.com/siebel-analytics-ppt-download-free/</link>
		<comments>http://siebelunleashed.com/siebel-analytics-ppt-download-free/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 11:48:19 +0000</pubDate>
		<dc:creator>neel</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[Siebel Analytics]]></category>

		<guid isPermaLink="false">http://siebelunleashed.com/?p=391</guid>
		<description><![CDATA[Sekhar a user of Siebel Unleashed Forum has posted Siebel Analytics Data Warehouse and Analytics Server Architecture PPT&#8217;s for download.
Don&#8217;t wait download them before it expires. Here is the link the the thread of forum from where you can download the PPT&#8217;s.

Click Here
Visit Download section for more hot downloads like these by clicking here
]]></description>
			<content:encoded><![CDATA[<p><a title="Siebel unleashed forum" href="http://forum.siebelunleashed.com/index.php?action=profile;u=219" target="_blank">Sekhar</a> a user of <a title="Siebel unleashed forum" href="http://forum.siebelunleashed.com" target="_blank">Siebel Unleashed Forum </a>has posted <strong>Siebel Analytics Data Warehouse</strong> and <strong>Analytics Server Architecture</strong> PPT&#8217;s for <strong>download</strong>.</p>
<p>Don&#8217;t wait download them before it expires. Here is the link the the thread of forum from where you can download the PPT&#8217;s.</p>
<p><span id="more-391"></span><br />
<a title="Siebel Analytics PPT for download" href="http://forum.siebelunleashed.com/index.php?topic=148.0" target="_blank">Click Here</a></p>
<p>Visit Download section for more hot downloads like these by <a title="Siebel unleashed forum download section" href="http://forum.siebelunleashed.com/index.php?board=19.0" target="_blank">clicking here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://siebelunleashed.com/siebel-analytics-ppt-download-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Siebel List Applet columns and SWT Files</title>
		<link>http://siebelunleashed.com/siebel-list-applet-columns-swt-files/</link>
		<comments>http://siebelunleashed.com/siebel-list-applet-columns-swt-files/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 05:52:28 +0000</pubDate>
		<dc:creator>neel</dc:creator>
		
		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://siebelunleashed.com/?p=390</guid>
		<description><![CDATA[Anoop a reader of my blog asked me a question few days ago. It is an interesting question.
Question:
In Siebel Applet suppose we have a Limitation to show Only 40 Field (Control) and we want to show some more columns.how to configure in this scenario?
I had an idea how to do it but I hadn&#8217;t actually worked on [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #999999;"><span style="color: #000000;">Anoop </span>a reader of my blog asked me a question few days ago. It is an interesting question.</span></strong></p>
<p><strong>Question:<br />
In Siebel Applet suppose we have a Limitation to show Only 40 Field (Control) and we want to show some more columns.how to configure in this scenario?</strong></p>
<p>I had an idea how to do it but I hadn&#8217;t actually worked on it. After this question I decided to find out the answer and the result is the post below.</p>
<p><strong>Solution:</strong></p>
<p>As we all know that <strong>Siebel</strong> uses<strong> Siebel Web Template (SWT)</strong> files to render <strong>UI</strong> both our List Applet and Form Applet are based on <strong>Web templates</strong>. So, Answer in short is We can achieve our requirement by <strong>changing SWT files</strong>. Some other question that we have to answer before this question becomes complete are.</p>
<ul>
<li>Which SWT File?</li>
<li>What to Change in that SWT File?</li>
</ul>
<p><strong>Complete Solution:</strong><br />
<span id="more-390"></span><br />
Follow the steps given below to find out which SWT file you have to change</p>
<ol>
<li>Open Siebel Tools</li>
<li>Query for the Applet in which you want to add more columns</li>
<li>Click on <strong>Applet Web Template</strong> icon in <strong>Object Explorer</strong> as show in picture below</li>
<li>Select the Mode for which you want to add column</li>
<li>Note down Value in <strong>Web Template Field</strong> in Applet Web template list applet</li>
<li>Go to Web Template object in Object Explorer<br />
(If you don&#8217;t see Web Template Object the follow the instruction in this post to add it to list)</li>
<li>Query with the value you had noted down in <strong>step 5</strong></li>
<li>Go to <strong>Web Template File section</strong> and note down the Value in <strong>Filename field</strong> in <strong>Web Template file Applet</strong>. <em>This is the file that you need to edit.</em></li>
<li>Go to <strong>Siebel installation\Siebel tools\WEBTEMPL</strong> folder and search for this file</li>
<li>Open this file in any Text editor and search for code that is like code given below. (It might be a bit different than depending on which SWT file you are trying to edit)<br />
<code><br />
&lt;swe:for-each startValue="501" count="40" iteratorName="currentId"&gt;<br />
&lt;swe:control id="swe:currentId"&gt;<br />
&lt;td align="swe:this.TextAlignment" class="Row"&gt;&lt;swe:this property="FormattedHtml" hintText="Field" hintMapType="ListItem"/&gt;&lt;/td&gt;<br />
&lt;/swe:control&gt;<br />
&lt;/swe:for-each&gt;</code></li>
<li><strong>Increment count attribute</strong> to with the number you columns you want to add. For example if you want to add 2 column then code after editing will look like<code>&lt;swe:for-each startValue="501" count="42" iteratorName="currentId"&gt;<br />
&lt;swe:control id="swe:currentId"&gt;<br />
&lt;td align="swe:this.TextAlignment" class="Row"&gt;&lt;swe:this property="FormattedHtml" hintText="Field" hintMapType="ListItem"/&gt;&lt;/td&gt;<br />
&lt;/swe:control&gt;<br />
&lt;/swe:for-each&gt;<br />
</code></li>
</ol>
<p>If you don&#8217;t find the above given code in the <strong>SWT file</strong> then you need to look for included files in that <strong>SWT</strong>. Look for a line like</p>
<p style="text-align: center;"><code>&lt;swe:include file="CCListBody.swt"/&gt;</code></p>
<p>open the <strong>included SWT file</strong> and look for the above given code. You will need to move this <strong>SWT file</strong> to<strong> web client\ WEBTEMPL folder</strong> before you can <strong>see the changes in the application</strong>.</p>
<p>Let me know your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://siebelunleashed.com/siebel-list-applet-columns-swt-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Siebel workaround of ShowModalDialog defect</title>
		<link>http://siebelunleashed.com/siebel-workaround-of-showmodaldialog-defect/</link>
		<comments>http://siebelunleashed.com/siebel-workaround-of-showmodaldialog-defect/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 02:27:35 +0000</pubDate>
		<dc:creator>neel</dc:creator>
		
		<category><![CDATA[eScript]]></category>

		<category><![CDATA[Configuration]]></category>

		<guid isPermaLink="false">http://siebelunleashed.com/?p=388</guid>
		<description><![CDATA[When you use the above code in 7.8.2.* version you application will hang after showing you the prompt. You need to press CTRL+8 to get out of hang mode. 
You need to make small change to vanilla JS files to make it work. Here is link to an alert on metalink which can help you [...]]]></description>
			<content:encoded><![CDATA[<div class='series_links'><a href='http://siebelunleashed.com/siebel-customized-showmodaldialog/' title='Using ShowModalDialog'> << Previous in series</a> &nbsp; &nbsp;  <p>When you use the above code in <strong>7.8.2.*</strong> version you application <strong>will hang</strong> after showing you the prompt. <strong>You need to press CTRL+8 to get out of hang mode. </strong></p>
<p>You need to make small change to <strong>vanilla JS</strong> files to make it work. Here is link to an <a title="Metalink alert product defect showmodaldialog" href="https://metalink3.oracle.com/od/faces/secure/km/DocumentDisplay.jspx?id=566380.1&amp;h=Y" target="_blank">alert on metalink</a> which can help you to make that change.</p>
<p>For those who do not have access to metalink I will post the steps below<span id="more-388"></span></p>
<ul>
<li>Open your Siebel application.</li>
<li>Click on Siebel Help Menu and Technical Support</li>
<li>Under System information you will see Application Version which will be something like<br />
Application Version: 7.8.2.8 SIA [19237] ENU(*)<br />
<em>(Text will differ depending on the patch that you have enabled and the application version you are using)</em></li>
<li>Note down the number in bracket</li>
<li>Open your web client\public\enu folder. There you will see several folders have numerical names.</li>
<li>Open the folder with the number that you saw in application version.</li>
<li>Go to Scripts folder</li>
<li>Open file named applicationshadow.js</li>
<li>Add the following function definition:<br />
function JSSApplicationShadow_ShowModalDialog (url, argin, options)<br />
{<br />
return this._application.ShowModalDialog (url, argin, options);<br />
}</li>
<li>Add the following prototype declaration:<br />
JSSApplicationShadow.prototype.ShowModalDialog = JSSApplicationShadow_ShowModalDialog;</li>
</ul>
<p>And you are set to go. Hope this helps</p>
 <a href='http://siebelunleashed.com/siebel-customized-showmodaldialog/' title='Using ShowModalDialog'> << Previous in series</a>  &nbsp; &nbsp; </div>]]></content:encoded>
			<wfw:commentRss>http://siebelunleashed.com/siebel-workaround-of-showmodaldialog-defect/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.462 seconds -->
