SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.DirtyTableCache()
Clears Application Engine cache for a specified table
Parameter | Type | Description |
---|---|---|
tableId |
int |
A value from TS_TABLES. See Ext.TableId(). |
Type | Description |
---|---|
bool |
Returns true if the table was cached. Throws an exception if the table does not exist. |
SBM ModScript version: 11.6.1.
Occasionally, SBM ModScript might be part of an extended series of operations, such as orchestrations, triggered transitions, etc. If one of those actions changes one of the cached tables, and this script needs to see that data, you can use Ext.DirtyTableCache() to ensure that the Application Engine cache is clean.
select TS_ID,TS_NAME,TS_DBNAME,TS_CACHESTATUS from TS_TABLES
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.