The Task Checklist is available from the component palette in the Lightning page editor and is suitable for deploying to any record page that supports activities.
Deployment Use Cases
The Task Checklist component is designed for use within Lightning Record Pages. The primary use case for the component is within the context of a given matter; however, the component may also be deployed for any object that supports activities.
Deployment Options
The Task Checklist is available under the Custom - Managed section of the page designer's component palette. There are two options available for this component:
- Header Title (optional): Display a title above the Task Checklist.
-
Display Columns: Determine the columns to be displayed in the task checklist display grid. The component loads with the following fields from the Task/Activity objects as display columns, if no value is provided in this property:
Subject,advpm__Time_In_Hours__c,OwnerId,ActivityDate,Status
- The field API names are combined into a single string of comma-separated values and will display the fields as columns in the order they are provided.
- AdvoLogix enforces
Subject
column to be displayed at all times, even if it is not provided in the display columns list of fields.
Enable Time Column: When enabled, displays the Task's logged time. This option would not be enabled for organizations not tracking time.