Page 1 of 1

Backend Data updation issue.

Posted: Thu Oct 12, 2017 4:02 am
by eventoteam
Respected Team,

I was updating some records from back-end against the case and they are successfully updated in database.
I have noticed that when i open the case to view the details, the records get reverted back to original data.

Is it some kind of limitation / Bug in processmaker.

Regards,
Evento Team.

Re: Backend Data updation issue.

Posted: Thu Oct 12, 2017 8:43 am
by amosbatto
The data for a case is saved in the APPLICATION.APP_DATA field in serialized form. That is where you need to change the case variables. If you change the data in a Report Table, it will be overwritten the next time the case is updated.