Slaesforce FAQ

what are actions in salesforce

by Jeramy Deckow Sr. Published 2 years ago Updated 2 years ago
image

Actions

  • Standard actions are actions that are automatically included when Chatter is enabled—such as Post, File, Link, and Poll. ...
  • Nonstandard actions are actions that you create and customize yourself.
  • Default actions are Salesforce predefined actions for getting you and your users started using actions in your organization. ...

More items...

Actions enable users to do more in Salesforce, such as create or update records and log calls. If you've already created and used actions in your organization, you're familiar with how they work in Salesforce Classic. If you've used our mobile apps, you've seen how they work in the Salesforce mobile app.

Full Answer

How to create a Salesforce action?

To create a Salesforce action:

  • Click Configure your site
  • Click the name of your Salesforce integration.
  • Click the Add Action button. This will open a dialogue where you’ll configure the action.
  • Choose Push to Salesforce or Pull from Salesforce. NOTE: Push creates or updates Salesforce fields with submission data. ...
  • Complete the Add Push/Pull Action dialogue.
  • Click Save to continue.

What is a Salesforce action plan?

  • Promotes best practices.
  • Encourages reusability.
  • Saves time and improves productivity.

What is global actions in Salesforce?

Global actions in Salesforce is a tool by which you could perform several actions like logging call details, sending emails, creating and updating records, without ever leaving the page you are working upon. This feature is called global as they could be placed anywhere like in chatter or feeds too.

What is quick action in Salesforce?

What is global action in Salesforce?

  • From Setup, enter Actions in the Quick Find box, then select Global Actions.
  • Click New Action.
  • We want this action to create a new contact, so make sure the action type is Create a Record.
  • In the Target Object dropdown list, select Contact.
  • In the Label field, enter New Prospect .
  • Click Save.

See more

image

What is an action type in Salesforce?

There are several categories of actions, such as standard Chatter actions, default actions, mobile smart actions, custom actions, and productivity actions. The types of actions you see depends on the age and configuration of your org.

How do actions work in Salesforce?

Actions appear on the Home page, on the Chatter tab, in Chatter groups, and on record detail pages. Just as object record pages have page layouts that can be customized, actions have action layouts that can be customized. When you create an action, Salesforce populates its layout with a default set of fields.

What is action item in Salesforce?

Object-specific actions let users quickly create or update records, log calls, send emails, and more, in the context of a particular object.

What is the difference between Button and action in Salesforce?

Salesforce Classic displays actions in the Chatter publisher while buttons are displayed on a record's details page. On the contrary, actions and buttons are amalgamated in Lightning Experience located in different areas based on function.

How do actions work?

An action consists of a trigger event that causes the action to begin, a message and various parameters specifying what the action does, and one or more targets that perform the action. A typical trigger event can be a mouse click or simply hovering over a button (called a “mouse over”).

What is lightning action in Salesforce?

Lightning component actions are custom actions that invoke a Lightning component. They support Apex and JavaScript and provide a secure way to build client-side custom functionality. Lightning component actions are supported only in the Salesforce mobile app and Lightning Experience.

How do I create an action in Salesforce?

Required Editions and User PermissionsIn Setup, in the Quick Find box, enter the name of the object that you want to add actions to. ... Click New Action to see which types of actions are available.From the Action Type dropdown list, select the action to add. ... Enter a label and description for the action.Click Save.More items...

What are global actions in Salesforce?

Global actions let users create records, but the new record has no relationship with other records. And they're called global actions because they can be put anywhere actions are supported—on record detail pages, but also places like the feed or Chatter groups.

What is difference between action support and action function in Salesforce?

Action function can call the controller method from java script. 2. Action support adds AJAX support to another visualforce component and then call the controller method. Here action support adds AJAX to output panel, so once you click on output panel controller method will be called.

What is the difference between an action and an event?

The difference between an action and an event is their context of occurrence. Both indicate state changes. But an action results from the execution of a function, while an event does not necessarily have to. Hence, an event may occur spontaneously.

What is button links and actions in Salesforce?

Buttons and links let users interact with Salesforce data and with external websites and services, such as search engines and online maps. Salesforce includes several standard buttons and links. You can also create custom ones.

What are quick actions?

A quick action is a user-defined operation that enables you to perform a series of actions or advanced functions with a single click. For example, a quick action can copy an account file or send a confirmation notification upon receipt of an email. Quick actions are handy for often-used activities.

What is action in Salesforce?

Actions are about “getting things done” in Salesforce. They encapsulate a piece of logic that allows a user to perform some work, such as sending email. When an action runs, it saves changes in your organization by updating the database. Actions are easy to discover and use, and also easy to understand and implement.

Why do you create custom actions?

Custom action. You create custom actions because these actions require a definition. For example, to use an Apex action, create the Apex class method for the action. QuickAction.

What is a standard button?

Standard buttons are URLs allowing users to either go to another page (for example, the Edit page) or accomplish some task (for example, lead conversion). Custom buttons are URLs that an administrator can specify and when included on a page and clicked, will redirect a user to that URL.

Where are global actions in Salesforce?

Global actions can be used anywhere in Salesforce globally on the chatter feed page, Home page and Groups page . These are not associated with any other objects. These can be used on any objects page layout and added to the global publisher layout. Global actions let users create or update records, log call details or send mails.

How to create a related record in Salesforce?

Whenever you want to create a related record in Salesforce, you must go to that particular record on which you want to create a related record and scroll down to go to that related list. There you will find a button new with the object name and then you have to click on that. This opens a new page on which you enter the detail in there and click on save. If you have to go back to the previous page then, you have to click on the previous page button on the browser. Instead of this, we can create a button or link which on click opens an interface where you can create the required record with the selected fields without moving to another page. All this can be achieved with the help of Quick Actions. We can not only create records but also update records, log calls, send emails and also call Visualforce Pages. Let’s discuss them in detail.

What is an object specific quick action?

Object-specific quick actions: The name itself specifies it’s related to a particular object. Whenever you want the action to be used only on a particular Object, we use Object Specific Actions. These actions are displayed on the details page layout of a record. It can only be used on the Object Page layout of the Object on which it is created.

What is an Action in Salesforce?

As we approach Global Actions, we must know what the main job of Action is. In simple terms, you can enhance the overall functionality of Salesforce using actions. Moreover, users get access to multiple standard actions to create or update records. The best part is that you can customize actions depending on your requirements.

Explain Global Actions in Salesforce

As the name suggests, Global Actions are available to be added in various sections of the Salesforce ecosystem. Moreover, you can easily include them into any age that supports actions. Some common examples are the chatter tab, home page, and multiple object pages.

What are Action Layouts?

If you remember our discussion on Page Layouts, Action Layouts are pretty much similar. All the actions have respective actions layouts that you can customize and edit accordingly. Each time an action is created, Salesforce automatically fills the action layout with the set of default values.

Final Thoughts

We can now end our discussion on Global Actions in Salesforce and other related sub-topics to it. Share this page with your friends and colleagues and let us know your views.

Where do chatter actions come from in Salesforce?

Actions on reports come from the Quick Actions in the Salesforce Classic Publisher section of the global publisher layout . However, only standard Chatter actions appear on reports, regardless of which other actions are assigned to the global publisher layout.

Where can I find actions on recommendations?

On the Home page, you can find actions on recommendations in the Assistant. For example, imagine that a sales rep receives an update that an opportunity doesn’t have any open activity. The rep can create a task or event directly from the recommendation. The actions that appear depend on the type of recommendation.

Where are actions displayed in Lightning Experience?

In Lightning Experience, actions display in the Global Actions menu in the header, on related lists, and on list view items. Actions also appear in several places on a record page. Where actions appear on a record page depends on the action’s type.

What is chatter tab in Salesforce?

The Chatter tab (3) contains standard Chatter actions. By default, only the Post, Poll, and Question actions are supported, and if you have Groups, the Announcement action. Some objects support other standard Chatter actions predefined by Salesforce.

image
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 1 2 3 4 5 6 7 8 9