Add Console Components to Apps in Salesforce Classic
- From Setup, enter Custom Console Components in theQuick Find box, then select Custom ConsoleComponents.
- Click New.
- Type a name for your component.
- In Button Name, type the label to display on the button users click to launch your component. For example, Live Agent.
- In Button CSS, enter the in-line style used to define how the button looks to users who click it to launch your component. The styles supported include font, font color, and background color.
- Type the width of the button to display in the console.
- In Component, select Visualforce Page orCanvas App, and either type the name of your component, or click to find and select it.Tip You can include Lightningcomponents in Visualforce pages. See Lightning FAQ.
- Type the height and width of the window used to display your component in the console.
- To prevent users from changing the dimensions of the window used to display your component, click Fixed Width or Fixed Height.
- Click Save.