What are the standard Salesforce applications

It includes App Launcher, Call Center, Community, Content, Marketing, Sales, Salesforce Chatter and Site.com. These apps can be customized according to the needs and requirements of an organization.

What are Salesforce applications?

  • A salesforce application is a logical container for all of the objects, tabs, process and services associated with a given business function.
  • A salesforce application is a group of tabs that work as a unit to provide functionality.

What is standard and custom app in Salesforce?

Standard CRM applications are the applications which are provided by the salesforce.com e.g. Sales, Marketing, Service & Support. Custom applications are a logical grouping of tabs.

What are the types of apps in Salesforce?

Salesforce apps come in two flavors: Classic and Lightning. Classic apps are created and managed in Salesforce Classic. Lightning apps are created and managed in Lightning Experience. You can customize both types of app to match the way your users work.

How many apps can be created in Salesforce?

EditionLightning Apps LimitProfessional Edition10Enterprise Edition25Unlimited EditionUnlimited

What are record types in Salesforce?

Record types in Salesforce allow you to have different business processes, picklist values, and page layouts to different users based on profile. You might create record types to differentiate your regular sales deals from your professional services engagements, offering different picklist values for each.

What are standard fields in Salesforce?

Identity, system, and name fields are standard on every object in Salesforce.

How many tabs are there in Salesforce?

You can create three different kinds of custom tabs: custom object tabs, Web tabs, and Visualforce page tabs. Custom object tabs allow you to find, add, change, and delete the data in your custom objects. Web tabs display any Web application in a tab within a Salesforce application.

What is API in Salesforce?

API stands for Application Program Interface. Salesforce APIs are a way for other applications (or code in other applications) to programmatically access data within your Salesforce org, in a simple and secure manner. … You can interact with your Salesforce data via the user interface and via an API.

What is visualforce in Salesforce?

Visualforce is a component-based user interface (UI) framework that enables the creation of dynamic, reusable interfaces. The Visualforce framework is part of Salesforce’s Force.com Platform as a Service (PaaS) offering, which is designed to simplify the development and deployment of cloud applications and websites.

Article first time published on

What is a sandbox in Salesforce?

A sandbox is simply a copy of your database you can use to test new ideas. … As part of your Power of Us Enterprise Edition of Salesforce you get for free six Developer sandboxes and one Developer Pro sandbox. The only difference between the two is that the Pro sandbox holds more data.

What is Web tab in Salesforce?

What is Web Tab? Custom Web tabs display any external web-based application or web page in a Salesforce tab. You can design Web tabs to include the sidebar or span across the entire page without the sidebar. … Go to Setup –> Create –> Tabs and click new button under Web tabs.

What is related tab in Salesforce?

Related lists can be added to any Salesforce page they are related or linked to. For example, Accounts have related lists for Contacts, Open Activities , Activity History, etc.. Related lists are managed separately and then added to the Page Layout.

What is the difference between custom app and console app in Salesforce?

A custom application is a collection of tabs, objects etc that function together to solve a particular problem. A console application uses a specific Salesforce UI – the console. Console applications are intended to enhance productivity by allowing everything to be done from a single, tabbed, screen.

How do I create a Salesforce application?

  1. Click on Setup button next to app name in top right corner.
  2. In the bar which is on the left side, go to Build → select Create → select Apps from the drop down menu.
  3. Click on New as shown in the below screenshot.
  4. Choose Custom App.
  5. Enter the App Label. …
  6. Choose a profile picture for your app.

What is the difference between role and profile in Salesforce?

profile – profile is basically a object level access and field level access and It is required for the users . role – role is basically a record level access and It is not required for users .

What are standard fields?

Standard fields are default fields built-in to Salesforce. They can not be deleted. On the other hand, several aspects of standard fields can be customized as follows: Edit, delete, or add values in picklist fields and set a default value. … Make a field required via a validation rule or via the page layout.

How many standard objects are there in Salesforce?

4 Standard Objects in Salesforce You Need to Know.

How many types of fields are there in Salesforce?

Data TypeField TypesTransformation Data TypesStringAuto number, email, phone, multi-select picklist, text, text area, long text area, rich text area, data category group reference, and URLStringBooleanCheckboxInteger

What are list views in Salesforce?

List Views are an often unused tool in the Salesforce toolshed. With List Views you can quickly see particular segments of your data. Instead of spending the time to build a report when you just need to sort by one field (such a state or lead source), you can create a List View.

Where are record types used?

When are the Record types used? Record Types are used to assign the different Page layouts to different users based on their profiles. And to enable different sets of Standard/Custom Picklist values for two different users using the same page layout.

What are the data types in Salesforce?

Salesforce Data TypeRange and DescriptionAnyTypePolymorphic data type that returns string, picklist, reference, boolean, currency, integer, double, percent, ID, date, datetime, URL, or email dataBase64Base64 encoded binary dataBooleanBoolean (true/false) values

How many API are there in Salesforce?

P: Sure. To start with, we’ve got a series of APIs, about eight of them now. While they all achieve a similar purpose – in one sense – of accessing data from Force.com or Database.com, there are some key differences among them which are worth explaining.

What is SOAP and REST API in Salesforce?

SOAP stands for Simple Object Access protocol. … In SOAP, the link between the client and server is not flexible. Any change from both sides would break the linkage. RESTful Web services. REST stands for Representational State Transfer; REST is an architectural style not a protocol.

What are API names in Salesforce?

API Field Name – The name of the field, as used programatically in Apex, or any of the APIs (Rest, SOAP, Bulk, etc). Most standard fields use the same name as the label while custom fields will show ‘__c’ at the end for the API Name.

What is difference between Tab and object in Salesforce?

Tab in Salesforce is a User Interface to build records for objects and view records in objects. Objects are the database tables that permit us to store data specific to the organization. … Standard Objects are provided by salesforce.com like users, contracts, reports, or dashboards etc.

How many types of tabs are there?

The four most common types of custom tabs are left-aligned, centered, right-aligned, and decimal-aligned. Custom tab settings are indicated on the horizontal ruler by tab markers. There are two ways to set tabs. By either using the Tabs Dialog Box or using the ruler.

What is custom tab in Salesforce?

Custom tabs let you display custom object data or other web content in Salesforce. When you add a custom tab to an app in Salesforce Classic, it appears as a tab. When you add a custom tab to an app in Lightning Experience, it appears as an item in the app’s navigation bar and in the App Launcher.

What is Apex in Salesforce?

Apex is a development platform for building software as a service (SaaS) applications on top of Salesforce.com’s customer relationship management (CRM) functionality. … Apex includes an application program interface (API) that developers can use to access user data on Salesforce.com.

What is Visualforce and Apex?

Visualforce is a component-based user interface (UI) framework that allows the development of strong and reusable interfaces. Apex is a platform for developing software as a service (SaaS) applications based on the CRM functionality of Salesforce.

What is Apex class in Salesforce?

An Apex class is a template or blueprint from which Apex objects are created. Classes consist of other classes, user-defined methods, variables, exception types, and static initialization code.

You Might Also Like