Loading

FinServ - Deployment fails due to "Insufficient Access Error : The user does not have access to DocumentDecisionRequirement "

Publish Date: May 13, 2026
Description
Copado app is used to deploy a promotion to a sandbox.
Deployment user has the permissions (System Administrator profile) to access the DocumentDecisionRequirement object which has been tested in SF app, but during the deployment it fails with the error:
field integrity exception: unknown (A condition doesn't support "LoopExistingDc.Applicability__c" Does not equal "Copy_1_of_LoopDocListfromDecisionTable.Applicability__c". Remove the condition or make sure the data types are compatible.
and based on the Splunk logs:
Insufficient Access Error : The user does not have access to DocumentDecisionRequirement


 
Resolution
The linked deployment ZIP file that contains the package.xml for the flow deployment failing.

The package.xml is as follows:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>Review_CRA_and_Generate_Document_ChecklistNew</members>
<name>Flow</name>
</types>
<version>58.0</version>
</Package>

Note that this is version 58.0; the DocumentDecisionRequirement entity needs to be version 59.0 or higher as it was just released in 246.

Customer needs to modify the API version of their metadata deployment to min 59.0.
Knowledge Article Number

000396927

 
Loading
Salesforce Help | Article