Hi Pravin,
You can create a custom task and disable the journal in the beginning of the method with this line:
DO DISABLE^%NOJRN
Put yor purge logic and then in the end of code you can enable again the journal with:
DO ENABLE^%NOJRN
These lines affect only the current process.
Regards
- Log in to post comments