Changing General Accounting Constants on the Fly.

parora

Well Known Member
Hi All,

I would like to change the General Accounting Constants via an update call in a Batch Application, and have this change take effect without logging off and back onto JDE.

Is there any functions/means to do this, i.e. can a function be called to clear the cache so that the new value specified in the General Accounting Constants takes effect?

Thanks.
 
This feature was added in TR 9.1.2......................

Dynamic Table Cache Refresh [530 : 16-Jan-2014]
For performance reasons, it is common for JD Edwards setup and configuration data that is persistently
stored in the database to be cached in memory. This enhancement can clear one or more of these table
caches when the table content has been modified.
Change: Added in Release Tools 9.1.2
Minimum Apps Release: 9.0
Status: Available Type: Feature Industry:
Benefits: 1. During a business process such as the G/L Period Close the system will no longer need
require a system restart to update cached period information.
2. The cache is refreshed across all servers for a given environment.
Examples: 1. An Application developer can code a call to a system level API to automatically clear
cache after a table has been updated.
2. A user can access a web based administration application to manually clear a table cache for a
specific environment/table.
3. An administrator can access a new feature in Server Manager to manually clear a table cache for a
specific environment/table.
 
Back
Top