Skip to main content
Question

delete archive table/data

  • April 10, 2026
  • 1 reply
  • 2 views

Forum|alt.badge.img+2

I have created an archived table named A_XXX. The archiving process is happening through an integration schedule. Now, the data in this archived table needs to be flushed after one week. How can this be implemented?

1 reply

Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28
  • Superhero (Employee)
  • April 10, 2026

Hi ​@monika 

You can create a scheduled process and run a bulk update and delete the relevant records.

You might need to create a view to identify the records that are older than a week and use it in the XML message.

Cheers!