5

When we setup database log for "LogisticsPostalAddress" table, it's not possible to monitor updates only on the table due to the way the table works (when an edit is done on a record in a form, a new record is created in the table instead of editing the existing record). Changing the way the table work to editing existing records will save data and will help monitor update and also fixing another issue with database log history not showing previous values (since it's creating a new record).

STATUS DETAILS
New