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
Hugh Wheeler 8Hugh Wheeler 8 

Missing standard fields in migration target org.

Hi,

I am migrating some code across organisations at the moment. Our current dev org has an additional 3 fields on Event when compared to our other dev orgs. Pasted below are the errors from the force.com ide deploy.

Event.ClientGuid Custom Field 55 13 Could not resolve standard field's name.
Event.IsException Custom Field 74 13 Could not resolve standard field's name.
Event.OriginalInstanceDateTime Custom Field 86 13 Could not resolve standard field's name.

These fields are not present in the target organization.  These are standard fields.  I have turned on all of the activity settings and still they havent appeared.  Any help from people who have also experienced this would be greatly appreciated.

Hugh

 
ShashankShashank (Salesforce Developers) 
To see these fields, you should contact salesforce support and have the "Advanced Calendaring" feature enabled in the org that is missing these fields.

Pleasse mark it as a best answer if it resolves your query.