Statistics

Archives

Polls

Do you find the Information Useful?

View Results

Loading ... Loading ...

EnterpriseOne 9.0 Tools API Reference

The ERP 9.0 Tools API Reference is a great help for developers who are looking for help with respect to JDE API’s, and its usage. The help file also provides some sample code for some API’s and [...]

Funny JDE Standard BSFN Comments ;-)

A funny code comment in a E8.11 Standard JDE Business function (BSFN) – B9600430 line 406. We need to empathize with the [...]

Calculate Begin and End Dates for Month/Year

Calculate the Begin and End dates from a given Period/Year combination or to calculate the month’s begin and end dates from a given date. Like if you are given Period=3, Year=9, the Begin and End dates will be 03/01/2009 and 03/30/2009 respectively. Similarly if you were given a date say – 2/17/2009, the return Begin & End dates will be 02/01/2009 and [...]

BSFN to Get Install Path (for Import/Export)

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’s to the environment install directory will be entirely different in each [...]

Change Database values using MS Access (JDE E1 Oracle)

For people who have problems with SQL, there’s an easier way of changing backend database values. How about using MS Access where you can directly type in the values, and it gets updated or you can Insert, Update Delete & you can export, import…. and all.
Following is the tutorial for setting up MS Access with Oracle Database Backend for JD Edwards EnterpriseOne. [...]