Enable Delta on PermissionSets

Overview

As per the Salesforce behavior, for Salesforce API 40 or later, the entire PermissionSets will be replaced with the latest changes. However, when the Enable Delta on PermissionSets checkbox is selected, the PermissionSets will get retrieved from the Source org or the Source branch and will append with the latest changes in the deployment package.

Important NoteThe "Enable Delta on PermissionSets" option is functional only in the CI Job module. It is not functional in EZ-Commit, EZ-Merge, or Deployment modules.

Scenario 1

  • In Source Org: Deploying Permission sets with one Apex class permission

  • In Destination Org: Same permission sets with different apex classes permission already exists

As per the Salesforce behavior, the destination org permission sets will be overridden with the newly deployed permission set. However, if the user selects the "Enable Delta on PermissionSets" checkbox, the destination org permission set permissions will be appended with new class permission as shown below.

Last updated