Incorrect user id updated in Base tables
Hi All,
We have created services to Create/Update Task, Create/Update Debrief and Create/Update Meter Readings as part of mobility solution. As part of initializing the context (app_initialize), we passed an incorrect user id to all these services.
Although there was no issue with create/update operations of these services, we noticed Created_by and Last_updated_by columns in base tables of these services were updated to an incorrect user id.
Currently we have corrected the user id so that no more data gets impacted due to this.
However to avoid Audit issues, we would like to update the incorrect user id to appropriate user id.