<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.3" -->
<rss version="2.0">
	<channel>
		<title>Search an External System w/ JavaScript</title>
		<description>Comments for Search an External System w/ JavaScript at http://www.erpassociates.com , comment 1 to 1 out of 1 comments</description>
		<link>http://www.erpassociates.com</link>
		<lastBuildDate>Tue, 07 Feb 2012 08:59:02 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.3</generator>
		<item>
			<title>Lowly Programmer</title>
			<link>http://www.erpassociates.com/peoplesoft-corner-weblog/utilities/search-an-external-system-w/-javascript.html#comment-1596</link>
			<description>I am trying to do the above to a documentum site taht we are startingup .... 8.50 tools... For AP Invoices to query Documentum With the Invoice and get a list ... Preently the Documentum Guy Created a simp-le web page an nall I need to do is send the type 'VHCR' a BU and a Voucher id .. Looks like the abouve could be use full.   

I adjusted the script..
      var doctype = document.createElement(&quot;input&quot;);
      doctype.type = &quot;hidden&quot;;
      doctype.name = &quot;dt&quot;;
      doctype.value = &quot;VCHR&quot;;
      myform.appendChild(doctype);
     
      var bu = document.createElement(&quot;input&quot;);
      bu.type = &quot;hidden&quot;;
      bu.name = &quot;bu.value&quot;;
      bu.value = &quot; &quot;;
      myform.appendChild(bu);  
            
      var vi = document.createElement(&quot;input&quot;);
      vi.type = &quot;hidden&quot;;
      vi.name = &quot;vi.value&quot;;
      vi.value = &quot; &quot;;
      myform.appendChild(vi); 

And Added the row init. 
All done on atest page ..

But I am getting an issue that not autorized to this component After I hit the Button... 

What do I need to check...

Is the Javascript  Suposes to be in rowinit or field change ?? - Will</description>
			<pubDate>Thu, 14 Apr 2011 16:21:39 +0100</pubDate>
		</item>
	</channel>
</rss>

