function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Force2b_MikeForce2b_Mike 

Error Deploying Permission Set into Production

I'm getting the following strange error when deploying a Permission Set from a CS3 (Winter 13) Sandbox into NA13 (Summer '12) production org. Normally, there shouldn't be issues deploying between the two, but I'm fairly sure this error is due to the version difference:

 

Unknown user permission: AllowContacts20

 

A clip of the permission set source code with the above setting is below.

 

    <userPermissions>
        <enabled>false</enabled>
        <name>AllowContacts20</name>
    </userPermissions>

 

Has anyone run into a similar issue deploying permission sets between orgs of different api versions?

 

 

Best Regards,

 

Mike

SFFSFF

I've run across numerous issues deploying between sandbox and production when the release is different between the two orgs, particularly when the sandbox is newer than production - the new release will frequently have functionality that isn't in the older org, which means that you cannot deploy it until the older org gets upgraded - or you have to defer deploying that functionality until later.


Good luck!

 

 

srdashsrdash

Facing the same issue. Were you able to find a solution ?