<?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; Tips &amp; Tricks</title>
	<atom:link href="http://www.deepeshmd.com/category/general/tips-tricks/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>Update Your Primary Keys from JDE</title>
		<link>http://www.deepeshmd.com/enterpriseone/update-your-primary-keys-from-jde/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/update-your-primary-keys-from-jde/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 09:47:06 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[detail]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[headerless]]></category>
		<category><![CDATA[headerless detail]]></category>
		<category><![CDATA[pk]]></category>
		<category><![CDATA[primary keys]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=868</guid>
		<description><![CDATA[<p>Does that title sound funny? Can you update your Primary Keys of a record in a table too? Ofcourse you can, SQL does allow it. But does that work in an ERP?</p> <p>Yes ERP&#8217;s are supposed to keep their data integrity well, and secure it too. But in JD Edwards you have an option to update the Primary Keys. Actually &#8211; Change the primary key values. You can achieve this feat by using Headerless Detail form. The secondary option <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/update-your-primary-keys-from-jde/">Update Your Primary Keys from JDE</a></span>
Related posts:<ol>
<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/value-file_io_status-table-io/' rel='bookmark' title='Value of SV File_IO_Status in Table IO'>Value of SV File_IO_Status in Table IO</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>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/update-your-primary-keys-from-jde/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Own a US Number from India/Other Countries @ 70ps/min</title>
		<link>http://www.deepeshmd.com/musings/own-a-us-number-from-india-other-countries/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/musings/own-a-us-number-from-india-other-countries/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 12:58:14 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[business card]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google voice]]></category>
		<category><![CDATA[gvoice]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[ipkall]]></category>
		<category><![CDATA[localphone]]></category>
		<category><![CDATA[own]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[us number]]></category>
		<category><![CDATA[visiting]]></category>
		<category><![CDATA[voice]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=742</guid>
		<description><![CDATA[<p><a href="http://www.deepeshmd.com/wp-content/uploads/BusinessCard.jpg#utm_source=feed&#38;utm_medium=feed&#38;utm_campaign=feed" target="_blank"></a>How about owning or having a USA phone number on your Business card in addition to the local contact points.</p> <p>Certainly it boosts your possibilities of getting American or European clients, who can call and get in touch with you immediately without having to pay huge amounts towards airtime. This is also useful for people travelling, as they need not pay international roaming charges for their existing numbers. Rather, they can have their families call a  USA number and receive it <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/musings/own-a-us-number-from-india-other-countries/">Own a US Number from India/Other Countries @ 70ps/min</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/enterpriseone/jde-business-development-starting-soon/' rel='bookmark' title='JDE Business Services &#8211; Development Tuts Coming Soon'>JDE Business Services &#8211; Development Tuts Coming Soon</a></li>
<li><a href='http://www.deepeshmd.com/general/you-comment-i-follow/' rel='bookmark' title='You Comment &#8211; I Follow a.k.a. &#8216;Do Follow&#8217;'>You Comment &#8211; I Follow a.k.a. &#8216;Do Follow&#8217;</a></li>
<li><a href='http://www.deepeshmd.com/musings/get-other-people-to-work-your-way/' rel='bookmark' title='Get other people to work your way'>Get other people to work your way</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/musings/own-a-us-number-from-india-other-countries/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>Create Own or View ShortCodes for Fastpath</title>
		<link>http://www.deepeshmd.com/enterpriseone/create-own-or-view-shortcodes-for-fastpath/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/create-own-or-view-shortcodes-for-fastpath/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 14:09:10 +0000</pubDate>
		<dc:creator>Deepesh M Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=735</guid>
		<description><![CDATA[<p>JD Edwards Fastpath is one of the biggest places where people type in program names, and there it pops up. There are lots of fastpath codes which we use, for e.g. AAI, OMW, UDC, DD, ACCT etc&#8230;! Have you imagined you can put your own FastPath short codes too!</p> <p>JD Edwards Fastpath references UDC codes in the UDC type Fast Path Commands (00/FP) for Fast Path if Task Explorer is pointing to the OneWorld tables. If Task Explorer is pointing to the Solution Explorer tables, the <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/create-own-or-view-shortcodes-for-fastpath/">Create Own or View ShortCodes for Fastpath</a></span>
Related posts:<ol>
<li><a href='http://www.deepeshmd.com/musings/create-and-setup-a-free-website-in-10-mins/' rel='bookmark' title='Create and Setup a FREE Website in 10 mins'>Create and Setup a FREE Website in 10 mins</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/uninstall-jd-edwards-enterpriseone-standalonedemo/' rel='bookmark' title='Uninstall JD Edwards EnterpriseOne Standalone/Demo'>Uninstall JD Edwards EnterpriseOne Standalone/Demo</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/jd-edwards-terminologies/' rel='bookmark' title='JD Edwards Terminologies'>JD Edwards Terminologies</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/create-own-or-view-shortcodes-for-fastpath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

