<?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; Scripting</title>
	<atom:link href="http://www.siebelintegration.com/index.php/tag/scripting/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>Siebel EScripting Explore More on Regular Expression</title>
		<link>http://www.siebelintegration.com/index.php/configuration/siebel-escripting-explore-more-on-regular-expression/</link>
		<comments>http://www.siebelintegration.com/index.php/configuration/siebel-escripting-explore-more-on-regular-expression/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 15:08:09 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Siebel Debugging]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=569</guid>
		<description><![CDATA[Power of Siebel eScripting or also called as ECMA Scripting
1. We some time faces issues to remove special characters in a Workflow Step, and look for a vanilla Workflow function to use, but cannot find the one.
2. We try for a custom business service to find and replace the special character. But some time that custom business service restrict you to only few character, but later you want to filter out some more chars, the you need to modify it. Also, you may have to do a while loop or for ...]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/configuration/siebel-escripting-explore-more-on-regular-expression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siebel Scripting for freshers</title>
		<link>http://www.siebelintegration.com/index.php/configuration/learn-more-on-siebel-scripting/</link>
		<comments>http://www.siebelintegration.com/index.php/configuration/learn-more-on-siebel-scripting/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 04:58:45 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Siebel Slide Shows]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Siebel PPTs]]></category>
		<category><![CDATA[Siebel Slides]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=542</guid>
		<description><![CDATA[For Full Screen of Slide, click on Bottom-Left corner &#8211; &#8220;Menu&#8221;.




Siebel Scripting &#8211; eScript



 



.
.
.
Hope you enjoy this slide, post your feed back below.
]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/configuration/learn-more-on-siebel-scripting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quizzeria &#8211; Siebel Configuration Interview Question &#8211; Series: 1</title>
		<link>http://www.siebelintegration.com/index.php/configuration/quizz-siebel-interview-question-part1-configuration/</link>
		<comments>http://www.siebelintegration.com/index.php/configuration/quizz-siebel-interview-question-part1-configuration/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 06:35:30 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Quiz]]></category>
		<category><![CDATA[User Properties]]></category>
		<category><![CDATA[Applet]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Siebel Quiz]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=294</guid>
		<description><![CDATA[Try out the below questions on Siebel Configuration that will help you revise your siebel skills.

Configuration
Scripting
Applets
Views &#38; Screens
Workflows
Business Services
Tools &#38; Client
And lot more

So, what are you waiting for, just go through the QUIZZ and post your questions and feedback on Commets and Contact Me pages.



]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/configuration/quizz-siebel-interview-question-part1-configuration/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to Remove Special Characters using Siebel eScript?</title>
		<link>http://www.siebelintegration.com/index.php/configuration/how-to-remove-special-characters-using-siebel-escript/</link>
		<comments>http://www.siebelintegration.com/index.php/configuration/how-to-remove-special-characters-using-siebel-escript/#comments</comments>
		<pubDate>Wed, 06 May 2009 09:20:57 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=146</guid>
		<description><![CDATA[Suppose your data having special characters is stored in string variable sLoginName.
Then below is code that will do your job.
while(Clib.strchr(sLoginName, &#8216; &#8216;) &#124;&#124; Clib.strchr(sLoginName, &#8216;\n&#8217;) &#124;&#124; Clib.strchr(sLoginName, &#8216;\r\n&#8217;)))
{
       sLoginName = sLoginName.replace(&#8221;\r\n&#8221;,&#8221;");
       sLoginName = sLoginName.replace(&#8221;\n&#8221;,&#8221;");
      sLoginName = sLoginName.replace(&#8221; &#8220;,&#8221;");
}
Post your replies below and any question to Interview Forum.
]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/configuration/how-to-remove-special-characters-using-siebel-escript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to show Primary Record of MVG on Parent Applet when MVG Closes?</title>
		<link>http://www.siebelintegration.com/index.php/configuration/how-to-show-primary-record-of-mvg-on-parent-applet-when-mvg-closes/</link>
		<comments>http://www.siebelintegration.com/index.php/configuration/how-to-show-primary-record-of-mvg-on-parent-applet-when-mvg-closes/#comments</comments>
		<pubDate>Wed, 06 May 2009 08:37:24 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=141</guid>
		<description><![CDATA[Scenario:
When you select any record in a MVG applet, and then close the applet with that record selected, that record is shown on the MVF of parent. Now our requirement is that we want to show only the Primary Record of the MVG to show up in Parent MVF, how to achieve it –
Solution:
Write the below code in the MVG Applet’s Server Script &#8211; WebApplet_PreInvokeMethod
function WebApplet_PreInvokeMethod (MethodName)
{
   if (MethodName == "CloseApplet")
   {
       this.BusComp().ClearToQuery();
       this.BusComp().SetSearchSpec("SSA ...]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/configuration/how-to-show-primary-record-of-mvg-on-parent-applet-when-mvg-closes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Design Siebel Import Object ?</title>
		<link>http://www.siebelintegration.com/index.php/configuration/how-to-design-siebel-import-object/</link>
		<comments>http://www.siebelintegration.com/index.php/configuration/how-to-design-siebel-import-object/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 11:01:44 +0000</pubDate>
		<dc:creator>Site Admin</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Import Objects]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Import Object]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.siebelintegration.com/?p=86</guid>
		<description><![CDATA[Import Objects are configured in Siebel for End Users for loading small quantity of data to any Siebel Entity. You can load data from flat files to Siebel using a simple Import Wizard. Below is a case study for the same.
Some check-points before starting the development &#8211; 
1. Import Objects should only be defined on the BCs which are Primary BCs of the BO.
2. Import Objects will be active for a list applet only.
3. We cannot configure Imports for Child BCs in a BO.
4. “Import” menu item is present on ...]]></description>
		<wfw:commentRss>http://www.siebelintegration.com/index.php/configuration/how-to-design-siebel-import-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
