Troubleshooting: Delete/Archive Action Failed or Not Available
Problem
When attempting to Delete or Archive a document (Deleting and Archiving Documents):
- The Delete or Archive option is missing from the More Actions (...) menu.
- Clicking Delete or Archive results in an error message or fails to change the document's status.
Common Causes
- Permissions Missing: The user lacks the necessary permission for the action:
{Module}:{Submodule}#DELETE
is required to change status to Deleted.{Module}:{Submodule}#ARCHIVE
is required to change status to Archived.- (Note: Hard Delete, which permanently removes the record, requires higher privileges and is typically staff-only).
- Document Status Restrictions: Certain workflows or system logic might prevent deletion/archiving from specific statuses (although generally allowed from most user-accessible statuses).
- Related Records/Dependencies (Less Common): In some systems, deleting records linked to others (e.g., a PO linked to an Invoice) might be restricted. While Zudello typically uses soft deletes (status change), check if specific configurations prevent this.
- UI Glitch: A temporary front-end issue might hide the menu options.
- Platform Issues (Rare): Temporary issues with the backend service handling status changes or deletions.
Troubleshooting Steps
- Verify Permissions (Admin Task):
- Check the user's assigned User Groups.
- Review the permissions for those groups. Ensure the user has the correct
#DELETE
or#ARCHIVE
permission for the document's Module/Submodule.
- Check Document Status: Note the document's current status. While most statuses allow Delete/Archive, confirm it's not in an unusual state (e.g., mid-processing where actions might be temporarily locked).
- Hard Refresh: Perform a hard refresh of the browser (Ctrl+Shift+R or Cmd+Shift+R) to rule out temporary UI glitches that might hide the menu options.
- Try Bulk Action: If the option is missing for a single document, try selecting the document in the list view and see if Status > Deleted or Status > Archived is available in the bulk action bar at the bottom. This sometimes uses slightly different permission checks.
- Check for Related Record Restrictions (If Applicable): If you suspect links to other documents are preventing the action (unlikely for standard Delete/Archive), investigate those relationships.
Need Help?
If you cannot Delete or Archive a document and have confirmed you have the necessary permissions, contact Zudello support. Provide:
- The Document UUID.
- The current status of the document.
- Confirmation of your
#DELETE
or#ARCHIVE
permissions. - Any error messages received.