No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Try It Out: Create a Global Action
Global actions let users do tasks such as creating records or recording call details directly from the publisher on the Home tab, the Chatter tab, the action bar on the Salesforce1 feed, and Chatter groups. You can also add global create actions to record detail pages. Global create actions don’t automatically establish a relationship between the record that’s created and any other record. For example, if Ben Stuart uses a global create action on an account to create a contact, the action doesn’t automatically associate the new contact with the account. However, object-specific actions do. We’ll get to those later.
Let’s create a global action.
- From Setup, click .
- Click New Action.
- For Action Type, leave Create a Record selected.
- For Target Object, select Position.
- For Record Type, select Standard Position. We’ll create an action for IT positions after we finish this action.
- Leave Label blank for now.
- For Standard Label Type, select New “Record Type”. Notice that Label no longer appears. By selecting a value other than --None--, we’re telling Salesforce to automate the label of this action. The standard label type we selected uses the record type we selected to form the label: New Standard Position.
- For Name, enter New_Standard_Position.
- Enter a description.
- Click Save.
Now let’s configure the fields that will appear when a user selects this action.