• TonyMurphy2000
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

Hi,

 

We have a product that exposes some Rest services to enable integration from various platforms. Wanting to make these services easier to use for our customers on SFDC we have created some Apex classes that provide a nice jumpstart to somebody that want’s to call our product and use the data returned to update campaigns\records within SFDC.

 

I want to use the SFDC package mechanism (where I upload the package and get a URL to send to my customers) to distribute my Apex samples to users.

 

Also, we’d like to make some of the Apex code part of a managed package – to limit the users changing low level code, making my support a little easier and enforcing upward compatibility of my helper code.

 

Do I need to be on AppExchange to do as I’ve mentioned above and distribute my classes via the package mechanism? Can I just give our support team the URL for the managed package and let them give it to customers that call?

 

Thanks,

Tony