<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PeopleSoft export to formatted MS Word file using XML templates</title>
	<atom:link href="http://bloggingaboutoracleapplications.org/peoplesoft-export-to-formatted-ms-word-file-using-xml-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggingaboutoracleapplications.org/peoplesoft-export-to-formatted-ms-word-file-using-xml-templates/</link>
	<description>Blogging about Oracle Applications</description>
	<lastBuildDate>Wed, 16 May 2012 05:41:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
	<item>
		<title>By: Rick van Breugel</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-export-to-formatted-ms-word-file-using-xml-templates/comment-page-1/#comment-12449</link>
		<dc:creator>Rick van Breugel</dc:creator>
		<pubDate>Thu, 15 Oct 2009 09:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/peoplesoft-export-to-formatted-ms-word-file-using-xml-templates/#comment-12449</guid>
		<description>In my post the PeopleCode of the link (in your case the Generate Report link) was:

&amp;sUrl = %Request.RequestURI &#124; “?ICType=Script&amp;ICScriptProgramName=DERIVED_REC.CALL_ISCRIPT.FieldFormula.ISCRIPT_XML_RESPONSE”;
ViewURL(&amp;sUrl);

According to PeoleBooks, all iScripts must be contained in records named WEBLIB_xxx. So the correct PeopleCode should be:

&amp;sUrl = %Request.RequestURI &#124; “?ICType=Script&amp;ICScriptProgramName=WEBLIB_REC.CALL_ISCRIPT.FieldFormula.ISCRIPT_XML_RESPONSE”;
ViewURL(&amp;sUrl);

Hope this helps.</description>
		<content:encoded><![CDATA[<p>In my post the PeopleCode of the link (in your case the Generate Report link) was:</p>
<p>&amp;sUrl = %Request.RequestURI | “?ICType=Script&amp;ICScriptProgramName=DERIVED_REC.CALL_ISCRIPT.FieldFormula.ISCRIPT_XML_RESPONSE”;<br />
ViewURL(&amp;sUrl);</p>
<p>According to PeoleBooks, all iScripts must be contained in records named WEBLIB_xxx. So the correct PeopleCode should be:</p>
<p>&amp;sUrl = %Request.RequestURI | “?ICType=Script&amp;ICScriptProgramName=WEBLIB_REC.CALL_ISCRIPT.FieldFormula.ISCRIPT_XML_RESPONSE”;<br />
ViewURL(&amp;sUrl);</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JC</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-export-to-formatted-ms-word-file-using-xml-templates/comment-page-1/#comment-12437</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Wed, 14 Oct 2009 21:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/peoplesoft-export-to-formatted-ms-word-file-using-xml-templates/#comment-12437</guid>
		<description>This approach is not working for me. I am trying to do it inside LSv9.0

Details: When I click on the component link&#039;Generate Report&#039;  it takes me back to the search page.

Any idea?</description>
		<content:encoded><![CDATA[<p>This approach is not working for me. I am trying to do it inside LSv9.0</p>
<p>Details: When I click on the component link&#8217;Generate Report&#8217;  it takes me back to the search page.</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://bloggingaboutoracleapplications.org/peoplesoft-export-to-formatted-ms-word-file-using-xml-templates/comment-page-1/#comment-9930</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 02 Jul 2009 11:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingaboutoracleapplications.org/peoplesoft-export-to-formatted-ms-word-file-using-xml-templates/#comment-9930</guid>
		<description>Hi,

Please send the Peoplesoft XMLP documention. along with Sample examples.

Thanks,
Sridhara Raju</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Please send the Peoplesoft XMLP documention. along with Sample examples.</p>
<p>Thanks,<br />
Sridhara Raju</p>
]]></content:encoded>
	</item>
</channel>
</rss>

