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
CRM JediCRM Jedi 

"Field is not Writable" error in Production

We are updating a standard field CreatedDate in one of our testmethod.

 

This method works fine in our sandboxes, but it gave the "Field is not Writable" error when we tried to deploy it to the Production org.

 

This was previously deployed to the Production org without problem. But it started giving problem in this release.

 

Need help to indentify why is this happening.

 

Thanks.

Message Edited by CRM Jedi on 08-20-2009 11:04 PM
jeffdonthemic2jeffdonthemic2

Typically CreatedBy, CreatedDate, LastModifiedByID, LastModifiedDate, and a number of other fields on most objects are read-only for valid business and data-integrity reasons. I'm not sure why you are able to do this is your sandbox but my guess is you had the create audit fields enabled.

 

Jeff Douglas

http://blog.jeffdougas.com

Appirio