wrongecho Should we have the ability to automatically remove archived data after a set period of time?
psiiota I love this idea. Set time should be configurable in the settings. This will help comply with data privacy requirements.
wrongecho davesmith87 Archive basically sets the item_archived_at field to the timestamp, hiding the item from most views. The data is still in ITFlow, just hidden from the main views (most pages now have a button to show archived data).
ZCman I have somehow archived my most active client today… can I undo this without using a backup? I really don't want to lose a full day of data.
johnny yes, use something like PHPMyAdmin or use SQL via the command line. Open the Clients Table Find the client and Mark the client_archived_at as NULL
wrongecho johnny Beat me to it! We need to add the ability to view archived clients like we do elsewhere.