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
chrispedchrisped 

What type of security review?

Hi!

I've build a couple of S-controls (HTML/AJAX/JS), that I would like to make freely available on AppExchange. But I'm confused about the different types of security reviews. The control retrieve data from a foreign system, and displays it in the SalesForce app (Contacts and Accounts).

Would that be a native SalesForce-app? The definition of a native app, is (among others) that the data is stored on the SalesForce platform. Being a mash-up, it gets it data from a foreign system, but it doesn't deliver data to a foreign system.

Cheers,
Christian
RexRex
HI,
A Natvie SF app means that all the custom code that you have written is stored in SF Servers and not in external server which is Composite app.