Page 1 of 1

How to archive cases in PM2.8 (community version)

Posted: Mon Apr 20, 2015 3:39 am
by crazydiy
Hi,

I saw that there is a case archive plugin for enterprise edtion, so I am wondering how to do with community version ?

Is it possible to archive the old cases (old than 1 year) by execute some SQL command and move the case document to archive location by shell command ?

I will be grateful if anyone can share your experience.

Thanks.

Re: How to archive cases in PM2.8 (community version)

Posted: Tue Apr 28, 2015 10:14 am
by LennyVelasco1
Hi crazydiy,

Plugins are only available together with Enterprise Subscription Plans. If you only want the Case Archive/Restore plugin you may look for Platinum Pack, for more details see the following links :
http://www.processmaker.com/processmake ... and-addons
http://www.processmaker.com/plugin-packs
http://processmaker.com/processmaker-pricing

Regards.

Re: How to archive cases in PM2.8 (community version)

Posted: Wed May 15, 2019 4:11 am
by hamedghamari
I need case archive in community version too , can I wrote a simple plugin for that ? adding pluging is available in enterprise version ?

Re: How to archive cases in PM2.8 (community version)

Posted: Wed May 15, 2019 9:58 pm
by amosbatto
You can create plugins in the Community Edition. See:
https://wiki.processmaker.com/3.0/Plugin_Development

The case information is stored in the tables which start with APP_ in the database.

The code in this process will help you understand which tables are used to store cases:
viewtopic.php?f=44&t=713336&p=795791#p795791