KI-148
Document causes errors when a deactivated user still has open tasks
Created date | 11/04/2025 | Updated date | 11/04/2025 |
Status | Working As Expected | Related work item | N/A |
Description | If a user has open tasks on a document and is deactivated, any actions performed on the document, including updates made by the sync service, causes an error on the document. This is because the user still has a document role with the open task, so the sync service tries to reactivate the Document Collaborator ( | ||
Affects version(s) | Spring '25 | Impacted capabilities | N/A |
Steps to reproduce |
Notice that the document throws an error because the system is trying to create and activate a Document Collaborator record for an inactive User record. | ||
Workaround | The primary, and recommended, way to avoid this issue is to check the Stop User with Open Tasks Inactive ( An alternate way to work around this issue is to assign admins the CM Delete Document Role With Open Tasks ( You can enable the Stop User with Open Tasks Inactive global setting as well as assign the CM Delete Document Role with Open Tasks custom permission set simultaneously; they are not mutually exclusive and can be used together. | ||
Fix version | Spring '25 | Resolution notes | The Stop User with Open Tasks Inactive setting has been available since V1, but customers must make sure it is checked/enabled. The CM Delete Document Role with Open Tasks custom permission was introduced in Spring '25. |