jimie VIP
Total posts: 531
10 Jul 2019 12:13

@Sergey

Can you provide an example of code on how you can grab the previous value of a field from Cobalt audits?

What I want is to show also the previous value before current value of a field

Last Modified: 08 Aug 2019


Sergey
Total posts: 13,748
08 Aug 2019 10:20

Every new version of record is stored in table js_audit_versions in column record_serial. In PHP do unserialize() on this field to get record object.

Powered by Cobalt