Adding PSA Custom Lightning Components to a Lightning Record Page
For information about creating Lightning record pages and using Lightning components, see "Lightning App Builder" in the Salesforce Help. However, we have provided some examples to create and use custom Lightning components, record pages, and layouts.
Adding a Custom Lightning Component to a Lightning Record Page
To add a custom Lightning component to a page:
- Using Lightning App Builder, create a Lightning record page for the relevant object and select the page template you want to use.
- Drag the component on to the relevant part of the Lightning record page layout.
- Use the Properties panel to configure the Lightning component.
- Save and activate the page.
Creating your own Compact Layout
You can create your own compact layout if the Resource Request Compact Layout does not contain the fields you require.
To create your own compact layout:
- Navigate to Setup | Objects and Fields | Object Manager.
- Click Resource Request.
- Select Compact Layouts and click New.
- Type a name and label for the compact layout.
-
Move the fields you want to be displayed on the compact layout into the Selected Fields list and click Save.
- On the Compact Layout Details page for the new compact layout, click Compact Layout Assignment.
- Click Edit Assignment.
- Select your new compact layout from the Primary Compact Layout drop-down list.
- Click Save.