Hello ,
I wanted to maintain History,
when i update any record, updated record will save in table and old record will store in same table/ or in history table with inactive status.
Please let me know it will be possible in phpgrid
Thanks,
3 Answers
Hi,
For customized code, you need to use custom event handlers like on_update, on_insert or on_delete.
You can have your code for history recording in addition to default behavior.
The custom events are supported in licensed version.
any examples available for save new rec to a history table on add,
save old rec to history table before edit and save new edit of rec to history table after edit?
Sample is not currently available. However i can help in some code snippets.
Your Answer