Skip to main content

Getting Started With Salesforce.com and Force.com

Salesforce.com is a CRM(SAAS) Which is a model used to Collaborate between different departments of an organization and to manage Activities according to the work flow of an organization or everything that a company wants to track.

Before getting started with Salesforce.com I want to tell about CRM Editions and their Pricings which we should not discuss here so to learn about Editions and Pricings of Salesforc.com click here .


Now we know about it’s Editions and Pricings so that an organization can buy a Salesforce.com CRM as per the requirement . Ok let’s move ahead.

To getting started, we must have a Developer edition account so you can signup for developer edition account here.


Salesforce.com and Force.com 


Salesforce.com and Force.com – When we get logged in to our developer account and click on Setup at top right position that takes us to the Force.com home page from here we can create and configure a new application. And if we click on Home tab it takes us back to the Salesforce.com Home page from here we can start navigating our application.

Essentially, Setup screen is home for Force.com and Home tab screen is home for Salesforce.com. So in developer account we can configure that which page will be our home as a landing page after getting logged in may it be your setup or just home so don’t be confused.


So this is your landing page below J


1. Your username with a dropdown menu from there you can manage your profile and your personal stuff. You can also go to developer console that is used to coding and testing our applications.




2. Setup is a link that takes you to the Force.com setup screen which is home screen of Force.com.




3. On Top, at right side you can see a dropdown where you can switch between applications. At a starting point, built-in applications available there in the menu, provided by Salesforce. So that I’ve selected the Sales app.




4.  When you navigate to the setup screen you can see a side bar menu where you can configure your applications. We will discuss about this in our separate articles.


5. You will find a menu bar with some tabs from there you can go to an object and Create,Read,Update,Delete the records. You can also see the first tab, the Home tab which will take you to the Salesfroce.com CRM.



When you click on home tab the screen you will find is the home of Salesforce.com CRM which is actually what an end user will experience after buying a CRM.



6. This  is you search box where you can make searches related to your need. Like may you need to find a record then you can make a search in this box with the keyword.



So I’m hoping that you are understanding the difference between Salesforce.com and Force.com home pages. In this article I’ve stated  some main points and we will discuss about all these and others,in brief in later articles. So this is your starting point from where you can get started working with Salesforce.com and use the CRM and you can also do the cloud application development using Force.com platform.



Stay tuned to Salesforce Nation…




Comments

Popular posts from this blog

Objects in Force.com

Hi Folks, Today I am writing about Objects in Force.com. In previous article we have discussed about various components of force.com applications with an overview of  the Salesforce data model so diving deep into it we are going to discuss objects in force.com. Basically, there are two types of objects in force.com. Table below is showing some main objects as example - Standard Objects Custom Objects MyCustomObject__c Account Contact Lead Opportunity Campaign Case Quote Note:- All Standard Objects are not mentioned. As we all know that Objects in Salesforce are the database tables and Standard Objects are predefined by Salesforce and those objects which are defined by us, are Custom Objects. So in the above table MyCustomObject__C is a custom object with a sample name. “__c” is a suffix, added by Salesforce to differentiate between Standard objects and Custom objects.

Force.com Applications

Hi Folks, Today I’m writing about the Force.com Applications for Salesforce.com. Developing an application on force.com has a defined process. This process goes as -  We can develop our application in Developer Edition Org. After being developed an application must be tested in a Sandbox. Since it’s a tested application it must be submitted for the Security Scanner reviews. Scanner scans our application for security, complexity and other issues. If our application gets a “No issues found” result then only it can be pushed on App Exchange. App Exchange is a marketplace for force.com applications. App Exchange is just like Google App Store. From the App Exchange we can download and install applications directly into our Salesforce.com CRM org. An application is a collection of different Kinds of Components as we see after logging into CRM. Components available in an application have a big picture behind it’s view and behavior so before understanding these components