|
|
By Deepesh M Divakaran, on April 9th, 2013
 Media Objects and Imaging is a wonderful feature JD Edwards has which enables you to attach useful information to an application, including information that might currently exist as a paper-based document. Attachments which can be used are Text, Images, OLE, JDE Shortcuts, or URL’s. All these media objects are stored in F00165 table. The Text [...] . . . → Read More: Write to or Retrieve from Media Object – Text
By Deepesh M Divakaran, on January 8th, 2011
 Another BSFN using the jdeGetEnvironmentPaths API to get the physical paths for Import, Export and system folders for a specific environment. This BSFN can be used from 8.11 onwards. The BSFN input is only the Environment name, and outputs are Import, Export, System and Application folders. Download the Files from here. . . . → Read More: Get Environment Import Export Paths – BSFN
By Deepesh M Divakaran, on November 2nd, 2010
 JDE Cache programming are one of the major advantages of C BSFN’s. It is one of the essential skills for any JD Edwards Developer. The following article written by Sergei Kurian focuses on using JDECACHE API’s with a C BSFN, The article uses Oracle JD Edwards EnterpriseOne Standalone 9.0 and Microsoft Visual Studio 2005. It [...] . . . → Read More: Learn JDE CACHE BSFN programming
By Leo Luyendijk, on July 30th, 2010
 Trapping errors and providing helpful feedback are a number of those mundane tasks which the developer must, sooner rather than later, come to terms with. Proper error management and recovery remain at the heart of our programming responsibilities, and if applied correctly, will pay out future dividends on the time invested in its appropriation. . . . → Read More: Working with the C API – Error Text Substitution
By Swapnil Ingale, on July 23rd, 2010
 There are many requirements where data from One table needs to be copied to another. There are also various ways available. But there are some APIs which provide this functionality in very optimum way. e.g. JDEDM_LoadDSfromTableRecord, JDEDM_LoadTableRecordfromDS. Take example where one table contains 200 fields and due to interoperability one more table (Z-table) needs to [...] . . . → Read More: Copy data from one table to another with the help of APIs
|
|
Recent Comments