Hi,
I was able to archive (not deleting) records from a module (on our UAT to test) and that worked fine.
But how do I get accesses to these archived records, to find/search?
Sugar (version 12.0.4)
Best,
Rick
Hi,
I was able to archive (not deleting) records from a module (on our UAT to test) and that worked fine.
But how do I get accesses to these archived records, to find/search?
Sugar (version 12.0.4)
Best,
Rick
The archive process moves the records from database tables <module> to <module>_archive.
The Sugar application has no access to these tables except using the advanced reporting.
With advanced reporting you can access these records with normal sql queries.