Tip: Headerless Detail Form
Headerless Detail forms close after hitting OK button. This is the default property of the form. Many cases we do not want that to happen. There are 2 methods to …
Headerless Detail forms close after hitting OK button. This is the default property of the form. Many cases we do not want that to happen. There are 2 methods to …
The Article describes the use of BSFN & 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.
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 usages.