<?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>Siebel Answers &#187; Smart Scripts</title>
	<atom:link href="http://interview.siebelunleashed.com/blog/category/smart-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://interview.siebelunleashed.com/blog</link>
	<description>Making Siebel Interviews easy</description>
	<lastBuildDate>Mon, 29 Mar 2010 15:52:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to invoke Smart Script on click of a button?</title>
		<link>http://interview.siebelunleashed.com/blog/smart-scripts/how-to-invoke-smart-script-on-click-of-a-button/</link>
		<comments>http://interview.siebelunleashed.com/blog/smart-scripts/how-to-invoke-smart-script-on-click-of-a-button/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 10:12:58 +0000</pubDate>
		<dc:creator>neel</dc:creator>
				<category><![CDATA[Smart Scripts]]></category>
		<category><![CDATA[eScript]]></category>

		<guid isPermaLink="false">http://interview.siebelunleashed.com/blog/?p=499</guid>
		<description><![CDATA[We can invoke Smart Script from a button using “RunCallScript” method of an Applet. For Example on Applet_PreInvokeMethod below given line of code will invoke Smart Script named “Test SS” this.InvokeMethod ("RunCallScript", "TestSS","","ENU","USD"); RunCallScript Method accepts 4 arguments. Name: Name of the Smart Script to be invoked pathId: Row Id of the Smart Script Language: Language [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We can invoke <strong>Smart Script</strong> from a button using “<strong>RunCallScript</strong>” method of an <strong>Applet</strong>. For Example on <strong>Applet_PreInvokeMethod</strong> below given line of code will invoke <strong>Smart Script</strong> named “Test SS”<span id="more-499"></span></p>
<p><code>this.InvokeMethod ("RunCallScript", "TestSS","","ENU","USD");</code></p>
<p><strong>RunCallScript</strong> Method accepts 4 arguments.</p>
<ol>
<li>Name: Name of the Smart Script to be invoked</li>
<li>pathId: Row Id of the Smart Script</li>
<li>Language: Language Code</li>
<li>Currency: Currency Code</li>
</ol>
<p>You can specify <strong>either Name or Row Id</strong> of the smart script. It is compulsory to mention at least one of them.</p>
<div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://interview.siebelunleashed.com/blog/configuration/different-types-tables-siebel/" rel="bookmark" class="wherego_title">What are different types of tables in Siebel?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/link-specification-interview-question/" rel="bookmark" class="wherego_title">Link Specification–Interview Question.</a></li><li><a href="http://interview.siebelunleashed.com/blog/escript/siebel-server-script-browser-script/" rel="bookmark" class="wherego_title">What is difference between Siebel Browser Script and Server Script?</a></li><li><a href="http://interview.siebelunleashed.com/blog/user-properties/update-field-change-another-field/" rel="bookmark" class="wherego_title">How to update a field based on change in another field?</a></li><li><a href="http://interview.siebelunleashed.com/blog/configuration/make-record-editable-for-some-and-read-only-for-some/" rel="bookmark" class="wherego_title">Make record editable for some and read only for some?</a></li><li><a href="http://interview.siebelunleashed.com/blog/escript/use-of-siebel-return-canceloperation/" rel="bookmark" class="wherego_title">What is the use of return(CancelOperation)?</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><p></p>]]></content:encoded>
			<wfw:commentRss>http://interview.siebelunleashed.com/blog/smart-scripts/how-to-invoke-smart-script-on-click-of-a-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

