Facing permission error while deploying package using salesforce ant migration tool

69 Views Asked by At

I am facing the following error while trying to deploy code package using ant migration tool to a new org. error while deployment It is saying you do not have permission to insert the field.

I checked and the permissions on the field are already given on the profile I am deploying. field permission on profile. I am not sure how can I resolve this.

1

There are 1 best solutions below

2
eyescream On

is the field a lookup/master-detail? If it is - you'll need at least "Read" right on the object being looked up.