Using Record Locking API’s [C BSFN]
Record locking is a basic functionality of an RDBMS. This is how we do it within JDE in business functions. The API’s used for the cause are JDB_FetchKeyedForUpdate JDB_SelectKeyedForUpdate JDB_FetchForUpdate …
Record locking is a basic functionality of an RDBMS. This is how we do it within JDE in business functions. The API’s used for the cause are JDB_FetchKeyedForUpdate JDB_SelectKeyedForUpdate JDB_FetchForUpdate …
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.
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 …