Instead of using web services or the Data Loader to put the
data into Salesforce, we can get up-to-date data directly from the third-party
system by using an external data source. By using an external data source, and
the external object it creates, we can access information located outside
Salesforce as if it were stored inside Salesforce. Below are the important
points in terms of sharing of external Object:
- The external data source is read-only, so we cannot use it to update data on a third-party system
- Apex sharing reason is not available for external objects.
- Record-level security (sharing) not supported
- Field accessibility (field access settings) not supported
No comments:
Post a Comment