Hi everyone,
I'm looking for a practical method to delete all document, that has been created before the 31.08.18.
I have like 1000 documents and that will be kind of stupid to delete manually.
Is that possible ? does someone have any idea ?
Thank you for helping me.
Best regards
Dear Med,
Did you already check our the ARIS script API for developing a report script to find and delete those documents?
You could check out in the ARIS script help of ARIS Document Storage (ADS) via http://localhost/abs/help/en/script/ba/index.htm. Particularly these 2 functions might be worth to check whether they could do that job: http://localhost/abs/help/en/script/ba/index.htm#report_OBJECTS_ADSDocument_getdocumentmetainfo.htm and http://localhost/abs/help/en/script/ba/index.htm#report_OBJECTS_ADSRepository_deletedocument1.htm
Cheers
Rune