Troubleshooting: Convert Action Failed or Converted Document Has Errors
Problem
When using the Convert action (Converting Documents) on a document:
- The action fails with an error message.
- The action completes, but the new (converted) document is missing data, has incorrect data, or fails subsequent processing.
Common Causes
- Invalid Target: Trying to convert to an incompatible or disallowed Module/Submodule combination (e.g., converting a Relationship record to a Transaction). Currently, conversion is mainly supported between transaction-based submodules.
- Permissions: Lacking necessary permissions for the target Module/Submodule:
{TargetModule}:{TargetSubmodule}#CREATE
permission is required to create the new document.{TargetModule}:{TargetSubmodule}#VIEW
and#VISIBLE
permissions are needed to access the converted document afterwards.
- Form Configuration Issues: The default Document Type (Form) for the target Module/Submodule might be misconfigured, missing mandatory fields, or have conflicting settings that prevent the converted document from being created correctly.
- Data Mapping Issues: Zudello attempts to map relevant data from the source document to the target document during conversion. This mapping might fail if:
- Fields don't exist on the target form.
- Data types are incompatible between source and target fields.
- Duplicate Option: If using "Duplicate and Convert", issues related to the Duplicate Action could also cause failure.
- Platform Issues (Rare): Temporary issues with the backend service handling the conversion process.
Troubleshooting Steps
- Verify Target Module/Submodule: Double-check that the Module and Submodule you selected in the Convert modal are valid targets for the type of document you are converting.
- Check Permissions (Admin Task): Verify that you (or the user experiencing the issue) have the necessary
#CREATE
,#VIEW
, and#VISIBLE
permissions for the target Module and Submodule you are converting to. - Review Target Form Configuration (Admin Task):
- Go to Settings > Document Types.
- Find and Edit the default form associated with the target Module/Submodule.
- Check for any obvious configuration issues, especially around mandatory fields that might not exist on the source document being converted.
- Check Data: Review the data on the source document. Is there any unusual or potentially incompatible data that might cause issues when mapped to the target document type?
- Retry Action: Sometimes temporary glitches occur. Try the Convert action again.
- Try Without Duplicate: If using "Duplicate and Convert" failed, try converting without the Duplicate option enabled (if appropriate for your workflow) to see if the core conversion works.
- Review Converted Document: If the conversion succeeded but the new document has errors:
- Open the newly converted document.
- Review its data carefully. Which fields are missing or incorrect? Compare with the source document.
- Check for any new validation errors on the converted document.
- This often points to data mapping issues or target form configuration problems.
Need Help?
If the Convert action consistently fails or produces incorrect results, contact Zudello support. Provide:
- The Document UUID of the source document.
- The target Module and Submodule you were trying to convert to.
- Any error messages received.
- If conversion succeeded but the result was wrong, the Document UUID of the converted document and details of the errors/missing data.