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
Dan Zeller 44Dan Zeller 44 

Integrating External Data - An external object with the API name Phone__x does not exist or it does not have a field with the API name 'UUID__c'

I continually receive "An external object with the API name Phone__x does not exist or it does not have a field with the API name 'UUID__c'" for this challenge.

Here is what I have and it looks correct - what am I missing?
User-added image

Thanks!

Dan

Dan Zeller 44Dan Zeller 44

I had to delete the external objects and re-create.  This fixed the error, however, now I am constantly receiving:
"There was an unexpected error in your org which is preventing this assessment check from completing: System.ExternalObjectException: data.api.DataSourceException: An error occurred while connecting to the external system. Please try again, or contact your administrator. Attempted to reach this URL: https://phone-odata-demo.herokuapp.com/devices.svc/phones?$top=1&$inlinecount=allpages&$select=ID,UUID. Error received from the external system: 500: Internal Server Error"

Not sure how to fix this one...

Thanks!

Dan