Hi, there is a selector in the rollback management system tool called Effective Date of Rollback Entries when Enabling or Disabling Rollback. If I enable rollback and set the selector to a date in the past (say six months ago), am I correct in assuming this will default to the current date, because the system wasn't enabled back then, therefore no rollback history was kept?
HI
I had a look at the code. It turns out that the selector is useless. It could be just a mistake when the interface was built from the script.
When you enable/disable rollback entries, it will always use current date. So for example, when you enable rollback now. It will insert a new rollback entry effective from now.
When you disable rollback, it will close the most recent entry by setting the effective to date as now.
When you reset rollback, well, it just truncates entire rollback data. So the date doesn't matter.
I will lodge a bug report and get that selector removed.
Cool, thanks Edison