[SalesForce] For External Data, what format is expected from a “Simple URL” endpoint

So we've got two options for external data objects in SalesForce – Lightning Connect (OData) and SimpleURL.

OData is very well documented. I understand how that one works. I cannot find any documentation about how we are expected to integrate through a "Simple URL" endpoint. Any clues?

Best Answer

A 'Simple URL' data source is simply a file located at a given URL. The functionality allows you to have the linked file show up in the Chatter Files tab and feed. It's not related to the OData functionality at all.

See the docs for a little more info.

Related Topic