Skip to main content
Solved

Where archive table data are stored in FSM?

  • November 3, 2022
  • 2 replies
  • 115 views

Forum|alt.badge.img+4

After archiving the table where we can see the archive data.

Best answer by Kalpani Dissanayake

Hi @meenakshim 

 

If you archive data from a table, for example attachment table, they will be stored in a separate archive table starting with “a_”. In this example archived data will be stored in a_attachment table. You can you can use sql query tool to query and find archived data. Thank you. 

2 replies

Kalpani Dissanayake
Superhero (Employee)
Forum|alt.badge.img+20

Hi @meenakshim 

 

If you archive data from a table, for example attachment table, they will be stored in a separate archive table starting with “a_”. In this example archived data will be stored in a_attachment table. You can you can use sql query tool to query and find archived data. Thank you. 


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Partner)
  • November 3, 2022

thanks