<?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>Deepesh M Divakaran &#187; File</title>
	<atom:link href="http://www.deepeshmd.com/tag/file/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deepeshmd.com</link>
	<description>Where Musings Fuse the Tech...</description>
	<lastBuildDate>Mon, 30 Jan 2012 04:24:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change FileNames in Table Conversion or Business View in UBE</title>
		<link>http://www.deepeshmd.com/enterpriseone/change-filenames-in-table-conversion-or-business-view-in-ube/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/change-filenames-in-table-conversion-or-business-view-in-ube/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 04:47:30 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Change]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ER]]></category>
		<category><![CDATA[event rule]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[file name]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[po]]></category>
		<category><![CDATA[processing option]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[revalidate]]></category>
		<category><![CDATA[table conversion]]></category>
		<category><![CDATA[tc]]></category>
		<category><![CDATA[UBE]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=795</guid>
		<description><![CDATA[<p>Many a times we need to change the Business view of a Report/UBE, which requires re-validating the event rules code. Worse, if you had to change the input file name in a Table Conversion? You will have to actually re-write the whole code.</p> <p>Usually, for such table conversions, what we do is write wrapper UBE&#8217;s which would rename the input file to the path/file name of the table conversion, and then trigger the TC to run. All these options take huge amount <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/change-filenames-in-table-conversion-or-business-view-in-ube/">Change FileNames in Table Conversion or Business View in UBE</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/using-bsfn-to-delete-all-records-from-table/' rel='bookmark' title='Using BSFN to Delete All Records from a Table'>Using BSFN to Delete All Records from a Table</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/writing-p80010-table-definition-browser/' rel='bookmark' title='Writing a P80010 Table Definition Browser App.'>Writing a P80010 Table Definition Browser App.</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/change-default-grid-fetch-on-web/' rel='bookmark' title='Change the Default Grid Page setting on WEB'>Change the Default Grid Page setting on WEB</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/change-filenames-in-table-conversion-or-business-view-in-ube/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Prompt to open File/Folder in Applications</title>
		<link>http://www.deepeshmd.com/enterpriseone/prompt-to-open-file-folder-applications/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/prompt-to-open-file-folder-applications/#comments</comments>
		<pubDate>Mon, 23 May 2011 04:00:50 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[B9800005]]></category>
		<category><![CDATA[browse]]></category>
		<category><![CDATA[DD]]></category>
		<category><![CDATA[dd item]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[File open]]></category>
		<category><![CDATA[file path]]></category>
		<category><![CDATA[File Path Search]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[processing option]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search file]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=759</guid>
		<description><![CDATA[<p>If ever you had to open and save the path for a file in JD Edwards, following is a stunning way to do it. But, yeah, this works only on Windows OS.</p> <p><a href="http://www.deepeshmd.com/wp-content/uploads/BrowseFile1.jpg#utm_source=feed&#38;utm_medium=feed&#38;utm_campaign=feed"></a></p> <p>The screen above shows a Browse button, which on clicked gives the Browse for File dialog box. Once selected the file, the following screen appears</p> <p style="text-align: left;"><a href="http://www.deepeshmd.com/wp-content/uploads/BrowseFile2.jpg#utm_source=feed&#38;utm_medium=feed&#38;utm_campaign=feed"></a>The File Browse part is a simple BSFN - B9800005 - File Path Search. The BSFN does not need any parameters to <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/prompt-to-open-file-folder-applications/">Prompt to open File/Folder in Applications</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/perform-a-file-search-in-jde/' rel='bookmark' title='Perform a File Search in JDE'>Perform a File Search in JDE</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/using-power-forms-jd-edwards-enterpriseone/' rel='bookmark' title='Using Power Forms (JD Edwards EnterpriseOne 8.11 onwards)'>Using Power Forms (JD Edwards EnterpriseOne 8.11 onwards)</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/enterpriseone-applications-run-on-fat-client/' rel='bookmark' title='Set EnterpriseOne Applications to RUN on FAT CLIENT'>Set EnterpriseOne Applications to RUN on FAT CLIENT</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/prompt-to-open-file-folder-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Creating RTF Templates (OBIP)</title>
		<link>http://www.deepeshmd.com/enterpriseone/creating-rtf-templates-obip/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/creating-rtf-templates-obip/#comments</comments>
		<pubDate>Fri, 28 May 2010 05:02:31 +0000</pubDate>
		<dc:creator>Sonal Teke</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[AddressNumber]]></category>
		<category><![CDATA[AmountGross]]></category>
		<category><![CDATA[BSVW]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[data selection]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Footer]]></category>
		<category><![CDATA[Generate]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[JD Edwards]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[OBIP]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[RDA]]></category>
		<category><![CDATA[recordset]]></category>
		<category><![CDATA[Repeating]]></category>
		<category><![CDATA[RTF]]></category>
		<category><![CDATA[section]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[tag]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[tuts]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=526</guid>
		<description><![CDATA[Create a RTF template with OBIP for JD Edwards. We will do a tutorial with the AP Ledger file, and try to create a report with Amounts for an address number <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/creating-rtf-templates-obip/">Creating RTF Templates (OBIP)</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/oracle-bi-publisher-obip/' rel='bookmark' title='Oracle BI Publisher (OBIP)'>Oracle BI Publisher (OBIP)</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/' rel='bookmark' title='Change Database values using MS Access (JDE E1 Oracle)'>Change Database values using MS Access (JDE E1 Oracle)</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/writing-p80010-table-definition-browser/' rel='bookmark' title='Writing a P80010 Table Definition Browser App.'>Writing a P80010 Table Definition Browser App.</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/creating-rtf-templates-obip/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>BSFN to Get Install Path (for Import/Export)</title>
		<link>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 20:55:37 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[BSFN]]></category>
		<category><![CDATA[BSFN for Complete Install Path]]></category>
		<category><![CDATA[BuildPathFromEnvDataX]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[business functions]]></category>
		<category><![CDATA[Bxxxx]]></category>
		<category><![CDATA[C BSFN]]></category>
		<category><![CDATA[dir]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[DVxxx]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[environments]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[Exxx]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[filespace]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[Install path]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OneWorld]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[path installed]]></category>
		<category><![CDATA[PDxxxx]]></category>
		<category><![CDATA[Separator]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=349</guid>
		<description><![CDATA[<p>Most File based transactions or JDE Applications, need to have access to the Import and Export directory of the Install Path. For most Live installations, the workstations will be on Windows OS, and the servers may be either AS/400 or Linux/UNIX environments. The path&#8217;s to the environment install directory will be entirely different in each case.</p> <p>Typically for an JDE EnterpriseOne Windows based Local installation will have path &#8211; &#8220;C:\Exxx\DVxxx\&#8221; or &#8220;C:\Bxxxx\PDxxxx\&#8221;, For UNIX/Linux it may be &#8211; &#8220;/usg/filespace/exxx/dvxxx/&#8221; <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/">BSFN to Get Install Path (for Import/Export)</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/get-environment-import-export-paths-bsfn/' rel='bookmark' title='Get Environment Import Export Paths &#8211; BSFN'>Get Environment Import Export Paths &#8211; BSFN</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/' rel='bookmark' title='Change Database values using MS Access (JDE E1 Oracle)'>Change Database values using MS Access (JDE E1 Oracle)</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/enterpriseone-demo-standalone-vista/' rel='bookmark' title='EnterpriseOne 9.0 Demo/Standalone on Windows Vista'>EnterpriseOne 9.0 Demo/Standalone on Windows Vista</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

