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
Taha HaiderTaha Haider 

Getting error in Creating relation in between External Objects

Getting error in Creating a relation in between External Objects.
Its giving error on custom field saying add "__c" in the field but that field is standard i cant edit that field.

I want to create relation between 2 external objects.
VinayVinay (Salesforce Developers) 
Hi Taha,

Check below reference for details on External Object Relationships.

https://help.salesforce.com/articleView?id=sf.external_object_relationships.htm&type=5

Thanks