Blog Blog Posts Business Management Process Analysis

What is Standard Controller in Salesforce?

In this article, we’ll learn what the term “Standard Controller” means in the context of Salesforce and its significance, applications, and advantages.

To have a better understanding of the subject, let’s look at the following topics:

Check out the Video for the Salesforce Course

What is Standard Controller in Salesforce?

The Standard Controller is a very adaptable component that alters its actions according to the objects it is handling. In that regard, it may perform a remarkable amount of work without the need for programming, making it a polymorphic component.

A standard controller could seem to be a component or class that is automatically developed at design time for freshly formed custom sObjects but pre-exists for standard sObjects.

Some people might assume they exist as classes in Apex or Java that developers are not aware of, based on some of the formal documentation (e.g. “Every standard controller contains a getter function that returns the record indicated by the id…”).

It is usually more realistic to describe a standard controller as a consistent collection of user interface and data operation instructions rather than as a component or class. The Force.com engine automatically provides it, and most common and all custom sObjects may access it at design and runtime.

Similar functionality and logic are employed in a standard controller as they are in a normal Salesforce page. For instance, if you use the default Accounts controller, pressing the Save button on the Visualforce page will have the same effect as pressing the Save button on the default Account edit page.

If a standard controller is utilized and the user does not have access to the object, a warning about insufficient privileges will be displayed on the website. You may avoid this by making an object user-accessible and presenting its components clearly.

Using a common list controller, you can even create Visualforce pages that can show or interact with a group of records. The typical standard controllers in the salesforce are List pages, related lists, and mass action pages, which deal with groups of entries in this particular field.

Interested in learning about Salesforce? Enroll in our Salesforce Training now!

Why do we use Standard Controller?

It doesn’t matter how simple or complicated the connection is between a user and their company data—it still has to be handled according to a thorough set of guidelines and regulations.

The standard controller is responsible for doing this management while maintaining a clear division between the display layer and the data model.

The Standard Controller’s responsibility is to direct data and user-initiated action choices from the View to the Model. In response to the outcomes of each specific activity, controllers must respond appropriately by rerouting navigation.

The following are duties of a standard controller that are as follows:

The page, list, dialog, or form are all referred to as views and are all provided with data by standard controllers. While it is the responsibility of the view to govern how its data is presented, the controller collects data from the view when it is inputted or modified by a user and sends it to the data model for processing.

Standard controllers react to commands sent by users or programs that start with a view. These instructions, referred to as Actions, may be used to handle the information obtained from the view or only to react to a navigation link.

Standard controllers guide the user to any specified view connected to an action. On the basis of the precise results of various activities and data processes, they also manage redirection to the following views.

Now is the ideal moment to understand how Standard Controllers operate so that you can get solutions to the query of how to utilize Standard Controllers in Salesforce.

Check out our tutorial on Salesforce Tutorial

Features of Standard Controller

As you try to comprehend what Standard Controller is, it is important that you be familiar with all of its various capabilities. Let’s take a quick look at these features now:

Features of Standard Controller in Salesforce

Every Standard Controller has a getter method that returns the record that is referenced in the page URL by the “name” query string parameter.

With the use of the syntax(!object) syntax, this function enables the associated page markup to refer to the fields of the connection record’s circumstance by writing the object connected to the Controller in lowercase.

Career Transition

The following are the typical controller actions:

Select the item that appears to be chosen for styling the pages with the help of the default controller.

An error can be shown on the Visualforce page if a user enters data on a Visualforce page that accesses a standard controller and that data causes a validation rule fault.

The <apex: pagemessage> or <apex:message> method beneath the <apex:page> will be used to display the error if the validation rule’s error location is at the top of the page.

To avoid this error, you should ensure that your components will only function if a user has access to the object associated with the Controller.

If a person does not have the necessary rights to see the object, the visual force page that uses a controller will make that object unapproachable.

You may track an object’s availability using the statement in a manner similar to this:

{!object_Type. Object_name. available}

Want to ace the Salesforce hiring process? Intellipaat’s Top Salesforce Interview Questions are meant only for you!

How to use Standard Controllers in Visualforce pages?

The “StandardController” element of the <apex: page> tag is used to provide a standard controller in Visualforce pages. Since the “standard controller” technique is being used in the visual force pages, we won’t be able to use the controller property.

Let’s see how to use Standard Controllers in Salesforce pages that use the Standard controllers and recognize their value:

Summing up

Although it is commonly acknowledged that standard controllers in Salesforce govern views, data, and actions, there is frequently a misunderstanding as to what precisely a standard controller is. We hope this blog clears all your doubts regarding this topic as we tried to cover all aspects regarding Standard Controller in Salesforce.

Come to Intellipaat’s Salesforce Community if you have more queries on Salesforce!

The post What is Standard Controller in Salesforce? appeared first on Intellipaat Blog.

Blog: Intellipaat - Blog

Leave a Comment

Get the BPI Web Feed

Using the HTML code below, you can display this Business Process Incubator page content with the current filter and sorting inside your web site for FREE.

Copy/Paste this code in your website html code:

<iframe src="https://www.businessprocessincubator.com/content/what-is-standard-controller-in-salesforce/?feed=html" frameborder="0" scrolling="auto" width="100%" height="700">

Customizing your BPI Web Feed

You can click on the Get the BPI Web Feed link on any of our page to create the best possible feed for your site. Here are a few tips to customize your BPI Web Feed.

Customizing the Content Filter
On any page, you can add filter criteria using the MORE FILTERS interface:

Customizing the Content Filter

Customizing the Content Sorting
Clicking on the sorting options will also change the way your BPI Web Feed will be ordered on your site:

Get the BPI Web Feed

Some integration examples

BPMN.org

XPDL.org

×