
Salesforce provides you with several ready-to-use utilities, such as Recent Items, History, and Notes. You can also make your own, and customize the utility bar in Setup. From Setup, enter App Manager in the Quick Find box, then select App Manager.
- From the Home tab in Setup, enter App in the Quick Find box, then select App Manager.
- To edit or add a utility bar to an existing app, click Edit in the dropdown menu next to your app. ...
- Click the Utility Items tab and add the utilities you want.
What is a utility in Salesforce Lightning?
A utility is broadly defined as a single-column Lightning page. Salesforce provides you with several ready-to-use utilities, such as Recent Items, History, and Notes. You can also make your own, and customize the utility bar in Setup. From Setup, enter App Manager in the Quick Find box, then select App Manager.
What are the available utilities in Salesforce?
Salesforce provides you with several ready-to-use utilities, such as Recent Items, History, and Notes. You can also make your own, and customize the utility bar in Setup.
How to create a new app in Salesforce Lightning?
Step: 1 – Create a New Lightning App Using App Manager in the Lightning Experience. Go to Setup >>App Manager >>New Lightning App Step: 2 – We must create the App Details and Branding for the app. Here, we must enter the app name and description and we are now also able to set the Image and select the Highlight color for the Navigation Bar.
How do I add a utility bar to a lightning app?
From Setup, enter App Manager in the Quick Find box, then select App Manager. Either click New Lightning App to create an app, or click Edit next to an existing Lightning app to add a utility bar or edit the existing one.

What is utility item in Salesforce?
A utility is broadly defined as a single-column Lightning page. Salesforce provides you with several ready-to-use utilities, such as Recent Items, History, and Notes. You can also make your own, and customize the utility bar in Setup. From Setup, enter App Manager in the Quick Find box, then select App Manager.
How do I create a custom component for utility bar?
Configure a Component for the Utility BarDefine Component Metadata in the Configuration File. The
What is a utility item?
"Utility" refers to an item which is designed for usefulness or practical use, so in turn most of the items kept in this room have functional attributes.
How do I create a custom component available for utility bar in Salesforce?
Go to Setup > Apps > App Manager > Select the lightning app you want to add this component to > Edit > Select Utility Items on the panel on your left > Click Add Utility Item > Select your Utility Item which in this case is contactList > Save.
How do I add LWC to utility bar in Salesforce?
Go to App Manager from the Quick Find box. Edit the App, Click on Utility Items in the sidebar. Click on Add Utility Item and select our component. In the Component Properties section, we should be able to see the strTitle property that we can provide, which is used to display the title of our lighting-card.
How do you add a macro to the utility bar in Salesforce?
In Lightning Experience, macros are supported on all standard objects except Campaign, and on custom objects that allow quick actions and have a customizable page layout.In your Lightning app, open a record.In the utility bar, click Macros. ... Click + or Create Macro.More items...
What are the 4 types of utility?
There are four basic principles that fall under this umbrella, including form utility, time utility, place utility, and possession utility.
What is utility and types of utility?
There are mainly four kinds of utility: form utility, place utility, time utility, and possession utility. These utilities affect an individual's decision to purchase a product. However, all of these utilities may leave a notable impact.
What is utility storage?
Utility storage is a service model in which a provider makes storage capacity available to an individual, organization or business unit on a pay-per-use basis. The customer purchases only the services, not the equipment itself, even if the equipment is housed on premises.
When you add a flow to an app's utility bar is available?
Add a flow component to your app's utility bar, and with a click of a button, it's available to users no matter which page in the app they're on. Of course, this means you should be triply sure of how frequently users need to run your flow.
Which interface is required for a lightning component so that it can be added in utility bar?
flexipage:availableForAllPageTypes interfaceTo be added to a utility bar, a Lightning component must implement the flexipage:availableForAllPageTypes interface. This interface also makes the component usable on all types of Lightning pages.
Is utility bar available in Salesforce Mobile?
The Lightning Experience utility bar isn't available in the Salesforce mobile app.
1. Define Component Metadata in the Configuration File
The <component>.js-meta.xml file defines the metadata values for the component. To make your component usable as a utility item in the utility bar, set isExposed to true, and define a lightning__UtilityBar target. To expose editable properties in the App Manager, define the properties in targetConfigs.
2. Option: Add an SVG Resource to Your Component Bundle
To include an SVG resource as a custom icon for your utility item in the App Manager, add it to your component’s folder. It must be named component.svg. You can only have one SVG per folder.
What is utility bar in Lightning?
Introduced earlier this year in Spring ’17, the Utility bar adds another dimension to your Lightning Apps by giving your users another way to access information fast. As recently mentioned in my 4 Amazing Lightning Experience Features to Implement post, this is an easy effective way to present Lightning Components to your users that can save them time and clicks.
How to create a new Lightning app?
1. First ensure you are in the Lightning Experience. This ensures that you can get access to the “App Manager” which allows you to create fantastic Apps for your users which are customisable way past the previous Classic Apps. Navigate to Setup > App Manager > New Lightning App. 2.
