according to your description I'd rather assume that you look for this functionality, especially concerning %LastKey
classmethod ClearStaticAppData(pConfigName As %String)
Clear static data for a config item. This is normally used to store already-processed status for input files, and other persistent values related to adapters, such as the %LastId for the SQL Inbound Adapter.
or
classmethod InitializeLastKeyValue(pConfigName As %String, pNewLastKey As %String = 0) as %String
- Log in to post comments


