<?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; Business</title>
	<atom:link href="http://www.deepeshmd.com/tag/business/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deepeshmd.com</link>
	<description>Where Musings Fuse the Tech...</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:16:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Launch Batch Application/UBE Dynamically from Interactive Apps</title>
		<link>http://www.deepeshmd.com/enterpriseone/launch-batch-jobs-ube-dynamically-from-interactive-apps/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/launch-batch-jobs-ube-dynamically-from-interactive-apps/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 14:05:28 +0000</pubDate>
		<dc:creator>Deepesh Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[B91300C]]></category>
		<category><![CDATA[B9800240]]></category>
		<category><![CDATA[BSFN]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[business functions]]></category>
		<category><![CDATA[development environment]]></category>
		<category><![CDATA[Edwards]]></category>
		<category><![CDATA[ER]]></category>
		<category><![CDATA[Execute]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[JD Edwards]]></category>
		<category><![CDATA[JDE]]></category>
		<category><![CDATA[jdedebug]]></category>
		<category><![CDATA[jdeLaunchUBEEx]]></category>
		<category><![CDATA[Launch Batch Application]]></category>
		<category><![CDATA[Launcher]]></category>
		<category><![CDATA[Objects]]></category>
		<category><![CDATA[Settings]]></category>
		<category><![CDATA[Standard]]></category>
		<category><![CDATA[system functions]]></category>
		<category><![CDATA[UBE]]></category>
		<category><![CDATA[Webserver]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=455</guid>
		<description><![CDATA[The Article describes the use of BSFN &#038; System Functions to dynamically call a UBE/Report/Batch Application from an Interactive Application/form. The BSFN's use the same JDE API - jdeLaunchUBEEx(); to launch the UBE. The Launch Batch Application System function and Business functions - B9800240, B91300C are documented here. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/launch-batch-jobs-ube-dynamically-from-interactive-apps/">Launch Batch Application/UBE Dynamically from Interactive Apps</a></span>


Related posts:<ol><li><a href='http://www.deepeshmd.com/enterpriseone/free-tool-for-viewing-testing-jde-objects/' rel='bookmark' title='Permanent Link: Free tool for viewing / testing JDE Objects'>Free tool for viewing / testing JDE Objects</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/identify-ube-versions-with-overrides/' rel='bookmark' title='Permanent Link: Identify UBE Versions with Overrides'>Identify UBE Versions with Overrides</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/' rel='bookmark' title='Permanent Link: BSFN to Get Install Path (for Import/Export)'>BSFN to Get Install Path (for Import/Export)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There have been many instances where you need to call different Version of an UBE/ Batch application based on the parameters of the application. Doing that is very easy, where in you just need to pass the Version name dynamically and the Report Name is hard coded into the ER.<a href="http://www.deepeshmd.com/wp-content/uploads/UBEInterconnect.gif#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="alignright size-full wp-image-457" title="UBEInterconnect" src="http://www.deepeshmd.com/wp-content/uploads/UBEInterconnect.gif" alt="" width="147" height="206" /></a></p>
<p>But, if there arises a situation to call the Report/UBE Dynamically, you flinch a little. No worries, its as easy to do.</p>
<p>Following are two methods of calling ANY UBE from an Interactive Application.</p>
<p>*Note: You can not do Report Interconnects, or set PO Values/Data Selection dynamically</p>
<h2><span style="text-decoration: underline;"><span style="font-size: medium;"><strong>Launch Batch Application system function</strong></span></span></h2>
<p>Launch Batch Application system function is used only for WEB application that will launch the UBE. The system function will act like the Report Interconnect. It will launch the UBE.</p>
<p>Parameters</p>
<table border="0">
<thead>
<tr>
<td><strong>Parameter </strong></td>
<td><strong>Description </strong></td>
<td><strong>I/O</strong></td>
<td><strong>Required</strong></td>
<td><strong>Notes</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>Report Name</td>
<td>String</td>
<td>I</td>
<td>Y</td>
<td>UBE Application ID</td>
</tr>
<tr>
<td>Version Name</td>
<td>String</td>
<td>I</td>
<td>Y</td>
<td>Y/N</td>
</tr>
<tr>
<td>Print Preview?</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>Data Selection?</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td>Y/N – Override the data selection</td>
</tr>
<tr>
<td>Data Sequencing?</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td>Y/N – Override the data sequencing</td>
</tr>
<tr>
<td>Push Spec Only?</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td>Y/N – submit version specification only</td>
</tr>
<tr>
<td>PO Template</td>
<td>String</td>
<td>I</td>
<td>Y</td>
<td>PO Data Structure</td>
</tr>
<tr>
<td>Prompt for values?</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td>Y/N – Display the processing options dialog</td>
</tr>
<tr>
<td>Date Last Executed</td>
<td>JDEDATE</td>
<td>I</td>
<td>Y</td>
<td>Date</td>
</tr>
<tr>
<td>Data Source Override</td>
<td>String</td>
<td>I</td>
<td>Y</td>
<td>Server Name</td>
</tr>
<tr>
<td>JDE Log?</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td>Y/N – Create JDE.log</td>
</tr>
<tr>
<td>JDEDebug Log?</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td>Y/N – Create Jdedebug.log</td>
</tr>
<tr>
<td>UBE Logging Level</td>
<td>Integer</td>
<td>I</td>
<td>Y</td>
<td>Level of detail for Jdedebug.log</td>
</tr>
<tr>
<td>Jargon Code</td>
<td>String</td>
<td>I</td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>Cover page?</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td>Y/N – print cover page</td>
</tr>
<tr>
<td>Job Queue name</td>
<td>String</td>
<td>I</td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>TC Prompting?</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td>Y/N</td>
</tr>
<tr>
<td>Process Type</td>
<td>Character</td>
<td>I</td>
<td>Y</td>
<td></td>
</tr>
</tbody>
</table>
<p><span style="font-size: x-small;">Special Handling Instructions and Prerequisites<br />
 ·    Must be used in a WEB application only.  Available on all events of Interactive applications</span></p>
<hr />
<h2><span style="text-decoration: underline;"><span style="font-size: medium;"><strong>Business Functions to Launch a UBE</strong></span></span></h2>
<p>The Business Functions use the same JDE API &#8211; jdeLaunchUBEEx(); to launch the UBE.<span id="more-455"></span></p>
<p><br class="spacer_" /></p>
<p><strong><span>B9800240 &#8211; Call UBE Application</span></strong></p>
<p><span style="text-decoration: underline;">Usage</span></p>
<p>Call UBE Application</p>
<p style="padding-left: 30px;">&#8220;R55xxxxxx&#8221; -&gt; szProgramId<br />
 &#8220;VER00001&#8243; -&gt;  szVersion<br />
 UNDEFINED X  cSuppressErrorMessages<br />
 UNDEFINED X  szErrorMessageID<br />
 1 -&gt;  cPrintFlag</p>
<p>The PrintFlag can be passed any value 1/0 depending on your choice of print immediate or not.</p>
<hr />
<p><span><strong>B91300C &#8211; Launch Batch Application</strong></span></p>
<p><span><span style="text-decoration: underline;">Functional Description</span><br />
 This  function launches a UBE from ER.  Unlike Report Interconnect, this launches  UBEs with out Report Interconnect and returns an error status. However,  Report Interconnect cannot be used.<br />
 <span style="text-decoration: underline;">Purpose</span><br />
 To be able to  launch UBEs without Report Interconnect from Event Rules and be able  to check the return status of that UBE.<br />
 <span style="text-decoration: underline;">Setup Notes and  Prerequisites</span><br />
 If called in synchronous mode, the BSFN will return  error if the UBE failed along the way (blow-ups, spec not found,  etc.).  In asynchronous mode, the BSFN will return error only if it  failed to launch (better always to use Asynch)<br />
 If the data source override is left blank, then  OCM will be used to determine where the UBE will run.</span></p>
<p><span style="text-decoration: underline;">Parameters  :</span><br />
 <em>szReport </em>: Report Name<br />
 <em>szVerzsionJDE </em>: Version Name (if you execute the batch on the enterprise server, the  version must exist there. You must launch the version at least once  before use this BSFN on the server)<br />
 <em>cSynch </em>: 1 = Synchronous, 0 or  anything else is Asynchronous.<br />
 <em>cPrintPreview </em>: I don&#8217;t know exactly  the functionality of this parameter. (1 or blank works)<br />
 <em>szDataSourceOverride </em>: Not required. Only if you want launch the batch on a specific  server or in local mode<br />
 <em>cJDELogging </em>: 1 log into jde.log, 0 nothing<br />
 <em>cTracing </em>: 1 log into jdedebug.log, 0 nothing<br />
 <em>cUBEloggingLevel </em>: 1..6 Debug  Level<br />
 <em>szJobQUEUE </em>: Name of the Queue Batch where the batch is  executed. it could be blank.</p>
<p>The BSFN returns a <strong>Job Number</strong> and  an error code.</p>
<p><span> </span></p>
<hr style="height: 2px; width: 90%;" size="2" />
<p>Give a thumbs up/share the site, if this helped you.</p>
<img src="http://www.deepeshmd.com/?ak_action=api_record_view&id=455&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deepeshmd.com/enterpriseone/free-tool-for-viewing-testing-jde-objects/' rel='bookmark' title='Permanent Link: Free tool for viewing / testing JDE Objects'>Free tool for viewing / testing JDE Objects</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/identify-ube-versions-with-overrides/' rel='bookmark' title='Permanent Link: Identify UBE Versions with Overrides'>Identify UBE Versions with Overrides</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/' rel='bookmark' title='Permanent Link: BSFN to Get Install Path (for Import/Export)'>BSFN to Get Install Path (for Import/Export)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/launch-batch-jobs-ube-dynamically-from-interactive-apps/feed/</wfw:commentRss>
		<slash:comments>1</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&amp;utm_medium=feed&amp;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 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 <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/change-db-values-ms-access-jde-e1-oracle/' rel='bookmark' title='Permanent Link: 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='Permanent Link: EnterpriseOne 9.0 Demo/Standalone on Windows Vista'>EnterpriseOne 9.0 Demo/Standalone on Windows Vista</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/funny-jde-standard-bsfn-comments/' rel='bookmark' title='Permanent Link: Funny JDE Standard BSFN Comments ;-)'>Funny JDE Standard BSFN Comments ;-)</a></li>
</ol>]]></description>
			<content:encoded><![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;, <br />
 For UNIX/Linux it may be &#8211; &#8220;/usg/filespace/exxx/dvxxx/&#8221; etc.</p>
<p>If you notice the above, not only the file path is different, but also the directory separator. The following C BSFN helps get the Install Path, the Separator, if its Client/Server.</p>
<p>I&#8217;m not sure if a similar BSFN exists in the latest versions of JDE, one thing I&#8217;m sure Oneworld XE does not have it, and that&#8217;s why the Business Function was created.</p>
<p>The &#8220;BuildPathFromEnvDataX&#8221; API is used to retrieve the complete install path. You can get the<span id="more-349"></span> Import or Export directory by appending the directory separator &amp; &#8220;import&#8221; or &#8220;export&#8221; at the end of Install path retrieved.</p>
<p>Please comment &amp; vote the article, if these help you.</p>
<p>You may download the <a href="/wp-content/uploads/BSFNforCompleteInstallPath.zip#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">Complete BSFN files here</a></p>
<img src="http://www.deepeshmd.com/?ak_action=api_record_view&id=349&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deepeshmd.com/enterpriseone/change-db-values-ms-access-jde-e1-oracle/' rel='bookmark' title='Permanent Link: 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='Permanent Link: EnterpriseOne 9.0 Demo/Standalone on Windows Vista'>EnterpriseOne 9.0 Demo/Standalone on Windows Vista</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/funny-jde-standard-bsfn-comments/' rel='bookmark' title='Permanent Link: Funny JDE Standard BSFN Comments ;-)'>Funny JDE Standard BSFN Comments ;-)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete MBA for Dummies (2nd Edition)</title>
		<link>http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 04:16:54 +0000</pubDate>
		<dc:creator>Deepesh Divakaran</dc:creator>
				<category><![CDATA[E-Books]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[accounting]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[advantage]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[cash]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[competence]]></category>
		<category><![CDATA[Corporation]]></category>
		<category><![CDATA[degree]]></category>
		<category><![CDATA[dollar]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Dummies]]></category>
		<category><![CDATA[E-Book]]></category>
		<category><![CDATA[employee]]></category>
		<category><![CDATA[entrepreneurship]]></category>
		<category><![CDATA[flow]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Improve]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Kathleen Allen]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[manufacturing]]></category>
		<category><![CDATA[Market]]></category>
		<category><![CDATA[Masters]]></category>
		<category><![CDATA[MBA]]></category>
		<category><![CDATA[MBAs]]></category>
		<category><![CDATA[Negotiate]]></category>
		<category><![CDATA[Peter Economy]]></category>
		<category><![CDATA[Read]]></category>
		<category><![CDATA[Recruit]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Want]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=313</guid>
		<description><![CDATA[Want to get an MBA? The Complete MBA for Dummies, 2nd Edition, is the practical, plain-English guide that covers all the basics of a top-notch MBA program, helping you to navigate today’s most innovative business strategies. From management to entrepreneurship to strategic planning, you’ll understand the hottest trends and get the latest techniques for motivating employees, building global partnerships, managing risk, and manufacturing. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/">Complete MBA for Dummies (2nd Edition)</a></span>


Related posts:<ol><li><a href='http://www.deepeshmd.com/guide/e-books/jd-edwards-enterpriseone-the-complete-reference/' rel='bookmark' title='Permanent Link: JD Edwards EnterpriseOne &#8211; The Complete Reference'>JD Edwards EnterpriseOne &#8211; The Complete Reference</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/' rel='bookmark' title='Permanent Link: BSFN to Get Install Path (for Import/Export)'>BSFN to Get Install Path (for Import/Export)</a></li>
<li><a href='http://www.deepeshmd.com/guide/how-to-interview-like-a-top-mba/' rel='bookmark' title='Permanent Link: How to Interview Like a Top MBA &#8211; Dr. Shel Leanne'>How to Interview Like a Top MBA &#8211; Dr. Shel Leanne</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-314" title="complete-mba-for-dummies" src="http://www.deepeshmd.com/wp-content/uploads/2009/11/complete-mba-for-dummies-240x300.jpg" alt="complete-mba-for-dummies" width="240" height="300" />Want to get an MBA? The Complete MBA for Dummies, 2nd Edition, is the practical, plain-English guide that covers all the basics of a top-notch MBA program, helping you to navigate today’s most innovative business strategies. From management to entrepreneurship to strategic planning, you’ll understand the hottest trends and get the latest techniques for motivating employees, building global partnerships, managing risk, and manufacturing.</p>
<p>Whether you work for a corporation, a nonprofit organization, or for the government, chances are you’ve considered getting — or have already obtained — a Masters of Business Administration degree, an MBA.<br />
 Why? Because if you want to get ahead in your organization — or just to do a better job of managing or leading — obtaining an MBA is the best ticket in town. Studies show that MBA graduates — particularly those from the top business schools — are offered significantly higher starting salaries than their counterparts who don’t have MBAs. And that effect carries on throughout the careers of these MBAs.</p>
<p>This fun, easy-to-access guide is full of useful information, tips, and checklists that will help you lead, manage, or participate in any business at a high level of competence. You’ll find out how to use databases to your advantage, recognize and reward your employees, analyze financial statements, and understand the challenges of strategic planning in a global business environment. You’ll also learn the basic principles of accounting, get a grip on the concepts behind stocks and bonds, and find out how technology has revolutionized everything from manufacturing to marketing. Discover how to:</p>
<ul>
<li>Know and respond to your customers’ needs</li>
<li>Handle budgets and forecasts</li>
<li>Recruit and retain top people</li>
<li>Establish and run employee teams</li>
<li>Use Sarbanes-Oxley to your company’s advantage</li>
<li>Negotiate with the best of them</li>
<li>Build long-term relationships with clients</li>
<li>Avoid common managerial mistakes</li>
<li>Improve cash flow</li>
<li>Market your products and services</li>
<li>Make the most of your advertising dollar</li>
</ul>
<p>Authors: Kathleen Allen &amp; Peter Economy</p>
<p>Once you know what an MBA knows, the sky’s the limit. Read The Complete MBA For Dummies, 2nd Edition (2008), and watch your career take off!</p>
<p><a title="Download E-Book" href="http://www.megaupload.com/?d=Q26E5F1D" target="_blank">Download E-Book here</a></p>
<img src="http://www.deepeshmd.com/?ak_action=api_record_view&id=313&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deepeshmd.com/guide/e-books/jd-edwards-enterpriseone-the-complete-reference/' rel='bookmark' title='Permanent Link: JD Edwards EnterpriseOne &#8211; The Complete Reference'>JD Edwards EnterpriseOne &#8211; The Complete Reference</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/get-install-path-for-import-export/' rel='bookmark' title='Permanent Link: BSFN to Get Install Path (for Import/Export)'>BSFN to Get Install Path (for Import/Export)</a></li>
<li><a href='http://www.deepeshmd.com/guide/how-to-interview-like-a-top-mba/' rel='bookmark' title='Permanent Link: How to Interview Like a Top MBA &#8211; Dr. Shel Leanne'>How to Interview Like a Top MBA &#8211; Dr. Shel Leanne</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lifetime Support Policy, Coverage for Oracle Applications</title>
		<link>http://www.deepeshmd.com/enterpriseone/lifetime-support-policy-coverage-for-oracle-applications/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/enterpriseone/lifetime-support-policy-coverage-for-oracle-applications/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 19:39:06 +0000</pubDate>
		<dc:creator>Deepesh Divakaran</dc:creator>
				<category><![CDATA[EnterpriseOne]]></category>
		<category><![CDATA[availability]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[Extended]]></category>
		<category><![CDATA[fee]]></category>
		<category><![CDATA[Lifetime]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[middleware]]></category>
		<category><![CDATA[OracleEnterpriseOneSupport]]></category>
		<category><![CDATA[Premier Support]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Simple]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=96</guid>
		<description><![CDATA[Simple, predictable, and the most comprehensive policy available, Lifetime Support helps drive your business success. Oracle's industry-leading Lifetime Support covers your entire technology stack, from database to middleware to applications. It puts you in control of your upgrade strategy so you can enjoy continued peace of mind, knowing that no matter which product release you're running, we'll be there to support your business. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/enterpriseone/lifetime-support-policy-coverage-for-oracle-applications/">Lifetime Support Policy, Coverage for Oracle Applications</a></span>


Related posts:<ol><li><a href='http://www.deepeshmd.com/enterpriseone/oracle-webcenter-suite-11g/' rel='bookmark' title='Permanent Link: Oracle Unveils Oracle® WebCenter Suite 11g'>Oracle Unveils Oracle® WebCenter Suite 11g</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/reasons-jd-edwards-enterpriseone-customers-for-oracle-technology-stack/' rel='bookmark' title='Permanent Link: Why Choose the Oracle Technology Stack for JD Edwards EnterpriseOne Customers'>Why Choose the Oracle Technology Stack for JD Edwards EnterpriseOne Customers</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/enterpriseone-applications-run-on-fat-client/' rel='bookmark' title='Permanent Link: Set EnterpriseOne Applications to RUN on FAT CLIENT'>Set EnterpriseOne Applications to RUN on FAT CLIENT</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Simple, predictable, and the most comprehensive policy available, Lifetime Support helps drive your business success. Oracle&#8217;s industry-leading Lifetime Support covers your entire technology stack, from database to middleware to applications. It puts you in control of your upgrade strategy so you can enjoy continued peace of mind, knowing that no matter which product release you&#8217;re running, we&#8217;ll be there to support your business.<img class="alignright size-medium wp-image-98" title="Oracle Lifetime Support" src="http://www.deepeshmd.com/wp-content/uploads/2009/06/ScreenHunter_01-Jun.-25-15.22-300x135.jpg" alt="Oracle Lifetime Support" width="300" height="135" /></p>
<ul>
<li><strong>Premier Support</strong> &#8211; provides you with maintenance and support of your Oracle Database, Oracle Fusion Middleware, and Oracle Applications for five years from their general availability date.</li>
<li><strong>Extended Support</strong> &#8211; lets you stay competitive, with the freedom to upgrade on your timetable. It provides you with an extra three years of support for specific Oracle releases for an additional fee. You benefit from the same quality of service you receive with Premier Support, with the security of knowing you can expand your systems when the time is right.</li>
<li><strong>Sustaining Support</strong> &#8211; puts you in control of your upgrade strategy. With Sustaining Support, you will receive technical support for as long as you operate your systems—including access to our online support tools, knowledgebases, pre-existing fixes for your solution, and assistance from technical support experts.</li>
</ul>
<p><img class="aligncenter size-full wp-image-97" title="OracleEnterpriseOneSupport" src="http://www.deepeshmd.com/wp-content/uploads/2009/06/OracleEnterpriseOneSupport.PNG" alt="OracleEnterpriseOneSupport" /><a href="http://www.oracle.com/support/lifetime-support-policy.html?msgid=7683033" target="_blank">http://www.oracle.com/support/lifetime-support-policy.html?msgid=7683033</a></p>
<img src="http://www.deepeshmd.com/?ak_action=api_record_view&id=96&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deepeshmd.com/enterpriseone/oracle-webcenter-suite-11g/' rel='bookmark' title='Permanent Link: Oracle Unveils Oracle® WebCenter Suite 11g'>Oracle Unveils Oracle® WebCenter Suite 11g</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/reasons-jd-edwards-enterpriseone-customers-for-oracle-technology-stack/' rel='bookmark' title='Permanent Link: Why Choose the Oracle Technology Stack for JD Edwards EnterpriseOne Customers'>Why Choose the Oracle Technology Stack for JD Edwards EnterpriseOne Customers</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/enterpriseone-applications-run-on-fat-client/' rel='bookmark' title='Permanent Link: Set EnterpriseOne Applications to RUN on FAT CLIENT'>Set EnterpriseOne Applications to RUN on FAT CLIENT</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deepeshmd.com/enterpriseone/lifetime-support-policy-coverage-for-oracle-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Interview Like a Top MBA &#8211; Dr. Shel Leanne</title>
		<link>http://www.deepeshmd.com/guide/how-to-interview-like-a-top-mba/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.deepeshmd.com/guide/how-to-interview-like-a-top-mba/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 14:57:36 +0000</pubDate>
		<dc:creator>Deepesh Divakaran</dc:creator>
				<category><![CDATA[E-Books]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[conversation]]></category>
		<category><![CDATA[Dr. Shel Leanne]]></category>
		<category><![CDATA[Employment]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Harvard]]></category>
		<category><![CDATA[Headhunters]]></category>
		<category><![CDATA[homework]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[interviewer]]></category>
		<category><![CDATA[Interviewing]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[MBA]]></category>
		<category><![CDATA[MBA-level]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Recruiters]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.deepeshmd.com/?p=73</guid>
		<description><![CDATA[The interview strategies that help graduates of the nations top business schools get the best jobs with the highest salaries Interviewing for a job is more than answering questions. The most successful candidates are those who've done their homework, who come prepared with polished answers for every question, and who know how to steer the conversation where they want it to go. Now professional career coach Dr. Shelly Leanne - a Harvard graduate teaches job seekers proven interview techniques taught at the nation's top business schools. <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.deepeshmd.com/guide/how-to-interview-like-a-top-mba/">How to Interview Like a Top MBA &#8211; Dr. Shel Leanne</a></span>


Related posts:<ol><li><a href='http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/' rel='bookmark' title='Permanent Link: Complete MBA for Dummies (2nd Edition)'>Complete MBA for Dummies (2nd Edition)</a></li>
<li><a href='http://www.deepeshmd.com/guide/e-books/jd-edwards-enterpriseone-the-complete-reference/' rel='bookmark' title='Permanent Link: JD Edwards EnterpriseOne &#8211; The Complete Reference'>JD Edwards EnterpriseOne &#8211; The Complete Reference</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/writing-p80010-table-definition-browser/' rel='bookmark' title='Permanent Link: Writing a P80010 Table Definition Browser App.'>Writing a P80010 Table Definition Browser App.</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size: medium;"> </span></strong></p>
<p><br class="spacer_" /></p>
<div id="attachment_78" class="wp-caption alignright" style="width: 235px"><strong><img class="size-medium wp-image-78" title="howtointerviewlikeatopmba" src="http://www.deepeshmd.com/wp-content/uploads/2009/06/howtointerviewlikeatopmba-225x300.jpg" alt="How to Interview Like a Top MBA" width="225" height="300" /></strong><p class="wp-caption-text">How to Interview Like a Top MBA</p></div>
<p><br class="spacer_" /></p>
<p><strong>The interview strategies that help graduates of the nations top business schools get the best jobs with the highest salaries</strong></p>
<p>Interviewing for a job is more than answering questions. The most successful candidates are those who&#8217;ve done their homework, who come prepared with polished answers for every question, and who know how to steer the conversation where they want it to go. Now professional career coach Dr. Shel Leanne &#8211; a Harvard graduate teaches job seekers proven interview techniques taught at the nation&#8217;s top business schools. How to Interview Like a Top MBA arms job seekers with:</p>
<ol>
<li>Insights and advice from top corporate executives, headhunters, and MBA program administrators</li>
<li>Worksheets, charts, diagrams, and other valuable tools for creating a customized interview strategy and plan of action</li>
<li>Valuable lessons on how to read interviewer signals, take control of an interview, turn weaknesses into strengths, ask the right questions, and m&#8230;&#8217;</li>
</ol>
<p>To Download the E-Book <span id="more-73"></span><span style="text-decoration: underline;">How to Interview Like a Top MBA</span> :  Job-Winning Strategies From Headhunters, Fortune 100 Recruiters, and Career Counselors<br />
 Text presents today&#8217;s best-of-the-best strategies and skills in an MBA-level interviewing how-to guide. Provides 100 Tough Questions and Sample Answers. Covers how to dress for an interview, what to say, what not to say, and more. Softcover. DLC: Employment interviewing.<br />
 <strong> </strong></p>
<p><strong>Book Description:</strong><br />
 How to Interview Like a Top MBA presents interview strategies that help graduates of the nation&#8217;s top business schools get the best jobs with the highest salaries. Provides 100 Tough Questions and Sample Answers. Interviewing for a job is more than answering questions. The most successful candidates are those who&#8217;ve done their homework, who come prepared with polished answers for every question, and who know how to steer the conversation where they want it to go. Now professional career coach Shel Leanne&#8211;a Harvard graduate&#8211;teaches job seekers proven interview techniques taught at the nation&#8217;s top business schools.<br />
 How to Interview Like a Top MBA arms job seekers with:<br />
 + Insights and advice from top corporate executives, headhunters, and MBA program administrators<br />
 + Worksheets, charts, diagrams, and other valuable tools for creating a customized interview strategy and plan of action<br />
 + Valuable lessons on how to read interviewer signals, take control of an interview, turn weaknesses into strengths, ask the right questions, and much more</p>
<p><a title="Download Ebook for Free" href="http://www.megaupload.com/?d=QSFUKDJ8" target="_blank">Download E-book Here</a></p>
<img src="http://www.deepeshmd.com/?ak_action=api_record_view&id=73&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deepeshmd.com/guide/e-books/complete-mba-for-dummies-2nd-edition/' rel='bookmark' title='Permanent Link: Complete MBA for Dummies (2nd Edition)'>Complete MBA for Dummies (2nd Edition)</a></li>
<li><a href='http://www.deepeshmd.com/guide/e-books/jd-edwards-enterpriseone-the-complete-reference/' rel='bookmark' title='Permanent Link: JD Edwards EnterpriseOne &#8211; The Complete Reference'>JD Edwards EnterpriseOne &#8211; The Complete Reference</a></li>
<li><a href='http://www.deepeshmd.com/enterpriseone/writing-p80010-table-definition-browser/' rel='bookmark' title='Permanent Link: Writing a P80010 Table Definition Browser App.'>Writing a P80010 Table Definition Browser App.</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deepeshmd.com/guide/how-to-interview-like-a-top-mba/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
