Display archived Siebel data in UI
Hello Siebel Community,
Need some inputs in displaying archived data in Siebel UI.
Background: We have large amounts of data in EVT_ACT tables which is causing longer duration to perform upgrade process. Thus, we decided to archive 70-80% of the data to Temp tables (which reside in the same database but not in the repository) i.e S_EVT_ACT will have a temp table with same setup as S_EVT_ACT. Doing so, we brought down the upgrade process timing significantly. And once the upgrade is complete, instead of reimporting we are planning to display archived data in a different view.