Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
2 views
in Salesforce by (11.9k points)

I am trying to understand the licensing issues on I would come across on Force.com for developing an application that will have its own data source and will also be pulling data from SalesForce.com via api/service. I have spent over a day researching this from various sites but most of them keep throwing up new things which don't really answer my questions and have got me more confused. IF anyone here has any insight into this that can help me understand the cost of development and maintaining a site using Force.com, so I can compare it with building an application ground up on say .Net or Java and hosting it on a different cloud provider, then please help me out. My questions are:

  1. If I have 5 developers working on an application called XYZ using the Force.com platform, how many Force.Com licenses would I need to purchase for such development work and of what type should those licenses be?
  2. Would I also need to buy separate SalesForce licenses if those developers need to fetch data from the SalesForce database through code written on Force.com?
  3. If I already have a SalesForce license then will my access to SalesForce be suspended if I convert that license to access Force.com for doing development work?
  4. Can I reuse those same licenses for the testing phase later or should I buy separate licenses for testing?
  5. Once development is complete and people create accounts for themselves on my XYZ web application, will they need a salesforce login to access the salesforce related data from their company network or can they still access it without?
  6. If my XYZ web application doesn't access SalesForce's data then will my XYZ web application's users still need a salesforce or Force.com license to login into XYZ?
  7. If I don't use Force.com as my development platform, and I still need to access SalesForce data, how many licenses would I need to have? One per login created on my XYZ application or just one will do?

Thanks.

1 Answer

+1 vote
by (32.1k points)
edited by
  1. You will not need to buy licenses for each individual developer. Instead, they would use a combination of developer organization (essentially these are sandboxes for development and testing of code). Salesforce also has the idea of an actual salesforce sandbox which is a copy of a production/paid Salesforce org. that contains the data/source-code customizations (apex classes etc.) of its parent and can be easily merged to the parent. Depending on the types of testing data, I would still recommend using developer orgs for each individual developer and migrating them to a single developer org before deployment. However, this goes more to the question of if you are developing an application that might need to be used by others.

  2. You will need licenses for each user that wants to fetch data from an API call to a single production org. That being said, if your application only needs to access one set of data from a production org, than only one user license could typically be used to access all the data on the org if it is given the right permissions. Developers could develop against a 'test set' of that data.

  3. No, you can create and reuse as many developer orgs as you need. They have limitations on how much data you can store, so if you have issues building your test data into development orgs you might want to consider using sandboxes or becoming a partner, and salesforce can help you address your individual needs.

To learn in-depth about Salesforce, sign up for an industry-based Salesforce Certification!

Related questions

Browse Categories

...