Environment
Content Manager 10.x, 23.xSituation
Users receive the below error when trying to delete a recordCause
This is due to the record having an existing Working Copy within the dataset. This can be checked by using the following SQL (if it returns with rows then it means the record has an existing Working Copy attached to it):SELECT * from TSWORKINGC where wcRecordUri = Number
*Note: Number is the Unique Identifier (URI) of the to-be-deleted record