Community Tip - You can change your system assigned username to something more personal in your community settings. X
I am currently deleting ValueStream data through the Purge service.
However, it seems to be rejected when accessing data of ValueStream through other service in the middle of deletion deletion.
Is it possible to pause the Purge service when I try to access data through other services in ValueStream?
Solved! Go to Solution.
There is no such functionality available to pause the purge. You would need to access the data while purge is not running.
There is no such functionality available to pause the purge. You would need to access the data while purge is not running.
I usually schedule the purge using Timer. i.e you can subscribe your Purge service to run on scheduled time. I set the Timer to run around midnight.