jimie VIP
Total posts: 531
10 Июль 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

Последние изменения: 08 Авг 2019


Sergey
Total posts: 13,748
08 Авг 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.

Работает на Cobalt