Hi,
Is there a backgroung job that i can use to delete (or archive) all the connectivity inbox message with particular state ?
Hi,
Is there a backgroung job that i can use to delete (or archive) all the connectivity inbox message with particular state ?
Best answer by Manulak
As far as I know there are none!
So, I had to prepare some database tasks that accept parameters like TYPE_, STATE_ and DELETE_OLDER_THAN_ and our database administrator sets them up with creating separate schedules per object.
TYPE_ to define the type of the connectivity message, like INBOX, OUTBOX or HISTORY
STATE_ to define the state
DELETER_OLDER_THAN_ to define number of months the records are older than
So, the task will remove only the satisfying records via a background job.
Hope this helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.