Audit deleted records
Posted: 2018-01-18 15:37
Hi there,
I have developed an Appgini web application and is functioning very well but my concern is that Client wants to allow some users to delete records in Application level but not in Database Level if this is possible please help me.
Otherwise, if not possible is there a way we can audit or create logs that lets us understand who deleted the records for exmaple:
1. user logins with username password
2. goes to table X and deletes a record
I want the system too:
1. Create a log where all the deleted records are logged with information from which particular user was the action performed and the date when it occurs.
Any help would be highly appreciated
I have developed an Appgini web application and is functioning very well but my concern is that Client wants to allow some users to delete records in Application level but not in Database Level if this is possible please help me.
Otherwise, if not possible is there a way we can audit or create logs that lets us understand who deleted the records for exmaple:
1. user logins with username password
2. goes to table X and deletes a record
I want the system too:
1. Create a log where all the deleted records are logged with information from which particular user was the action performed and the date when it occurs.
Any help would be highly appreciated