Global Quick Actions
In Salesforce we can add global actions to any page that supports actions, like the Home page, the Chatter tab, object pages, and custom Lightning app pages. For example, add a Log a Call action to global layouts to let users record call details right from a Chatter thread.
- From Setup, enter Actions in the Quick Find box, then select Global Actions.
- Click New Action.
- Select the type of action to create.
- Select Target Object
- Enter a label for the action. Users see this label as the name of the action.
This name is used in the API and managed packages. It must begin with a letter and use only alphanumeric characters and underscores, and it can’t end with an underscore or have two consecutive underscores.
- Type a description for the action.
The description appears on the detail page for the action and in the list on the Buttons, Links, and Actions page. The description isn’t visible to your users.
-
Optionally, click Change Icon to select a different icon for the action.
- Click Save.
- Click New in Predefined Field Values (If needed) and Select a Field and Specific values.
- Click Publisher Layout and click edit
- Add the Account Action into the global publisher.
Now you can find the Account Action in Chatter and you can create the record.
This blog is very useful to learn about Global Quick Actions.