While checking the data in a database we are currently testing, I ran across some records whose STATUSCODEs were V. This is worrisome because I know that none of this data had been verified.
The audit trail shows the status change taking place exactly when some other data is changing; if someone tried to use Update to change unverified data, would it allow it, and would it change the record's status to Verified? And would there be any way to change it back?
I guess the broad question to trump both those is: what are the ways other than Verify to change a record's status code?
The audit trail shows the status change taking place exactly when some other data is changing; if someone tried to use Update to change unverified data, would it allow it, and would it change the record's status to Verified? And would there be any way to change it back?
I guess the broad question to trump both those is: what are the ways other than Verify to change a record's status code?
Comment