How to add a Global Action to a Custom Page

Recently I was playing around in a dev org and decided to create myself a custom app page in Lightning. One of the things that I was interested in doing though was adding a Global Action to that page.

If you don’t know what a Global Action is, it is an Action that is not specific to an object in Salesforce. A great example of this is the Send Email action. This allows users to send an Email and use an email template from any record/page that they are on. To see what Global Actions you have available or to create a new one follow these steps:

  1. Go to setup –> In the Quick Find look for Global –> Global Actions
    2019-04-20_10-17-39
  2. From here you can click New Action or Edit or View any existing action
    2019-04-20_10-18-01
  3. The Send Email is the one I mentioned above and is the one I will use for this example.

So now that we know what Global Actions are, how to access them and how to create them, we can work on adding them to our custom page.

From the Lightning App Builder page, I am going to click Edit next to my custom app:

2019-04-20_10-20-23

Once I am taken into the App Builder, I want to make sure that I am on the page itself for the purpose of this edit, and not in one of the components.

2019-04-20_10-20-55

You will see when you are on the page, that there is an Actions section in the bottom right-hand corner with a Select button. Click the button to see which actions you can add to the page.

2019-04-20_10-22-58

Since I wanted to add the Send Email, I looked for Email which is the label of the action. I used the arrows in the middle to move it over, and then you just need to click Ok here and then click Save again on the page.

You will see in the bottom of the editor that the action was added.

2019-04-20_10-24-40

And then when I visit the custom app page, I see the email in the top corner, and I can use that now to send Emails from this page.

2019-04-20_10-25-06

One thought on “How to add a Global Action to a Custom Page

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s