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
Kevin KellyKevin Kelly 

Cant see records via API and Salesforce Explorer that are visible via UI

I am attempting to update some records that exist in Salesforce and an Access database.

I have a table in Access that has Event records, each record has a SFDC Event ID.

I am trying to write some values that were updated in the Access table to SFDC.  About 10% of the records cannot be updated because the API reports that the record does not exist.  When I append the Event ID to the www.salesforce.com/ after I am logged in with a browser, I am able to see the record.  I also built a query using the Salesforce Explorer and the record is not returned there either.

THanks

Kevin
foghornfoghorn

Can you determine if there is anything particular about the events that are not api accessible?  E.g. are they group events or recurring event masters or children?

Kevin KellyKevin Kelly
There does not appear to be anything special about the records that cannot be added.  THey are not child records of a group event.


SuperfellSuperfell
They're likely to be archived events.
Kevin KellyKevin Kelly
Thanks Simon.   Whats an archived event and how can I un-archive it in order to edit it via the API?