Setting up Certinia Count Cards
This topic describes how to add the FDN Count Card component to a Lightning page that you have cloned from a Certinia workspace. For more information about the overall process, see Adding Customizable Lightning Components to Certinia Lightning Pages.
To add a customizable count card to a Lightning app page:
- From Setup, navigate to the Lightning App Builder.
- Edit the Lightning app page you want to add the component to.
- Click and drag the FDN Count Card component to the relevant part of the Lightning page layout. As you make changes to the component, the Lightning App Builder displays a preview of your updates.
- In the properties pane, complete the following information:
- Enter the API name of the object that you want to provide information for the component. For custom objects, include the relevant namespace, such as pse__Proj__c.
- Enter the API name of the list view that provides information for the component, such as Active_Projects_Forecasting. Find a List View's API NameTo specify the standard All list view for a Certinia custom object, include the relevant namespace, such as pse__All.
To identify the API name of a list view, navigate to the list view and select the option to rename it. The API name for the list view is displayed. For more information, see the Salesforce Help.
- [Optional] Enter a title for the count. If you leave the field blank, the name of the corresponding list view is displayed.
- [Optional] Apply additional filter logic to display the information that meets your specific requirements.
For more information on controlling component visibility, see the Salesforce Help.
- Save the page.