| wkcc__ActionCategory__c | picklist | Create, Filter, Group, Nillable, Restricted picklist, Sort, Update | The category of the task, such as an alert or an employee wellness action. The task must have an action category to be displayed in the Operations Feed. The task icon in the Operations Feed matches its action category. If you use a custom action category, the default gray icon is displayed.Possible values are:ActionAlertEmployee Wellness ActionEmployee Wellness AlertEmployee Wellness InformationEmployee Wellness WarningInformationLocation ActionLocation AlertLocation InformationLocation WarningWarning
|
| wkcc__ActionUrl__c | string | Create, Filter, Group, Nillable, Sort, Update | A URL that specifies an action to take on the task. The URL can reference a Lightning page or a record, and can be absolute or relative to your Salesforce instance. The URL can also include parameters if necessary. This example is a relative URL that references a specific Employee record page: /lightning/r/Employee/0id4S000000Y24gQAC/view. A value in this field causes the Take Action button in the Operations Feed to display on the task. If you don’t specify an action URL, the task has a View Task button, which takes the user to the task record. |
| wkcc__ActionType__c | picklist | Create, Filter, Group, Nillable, Restricted picklist, Sort, Update | The type of action that this task performs if it has an automated action.Possible values are: |
| wkcc__ActionApiName__c | string | Create, Filter, Group, Nillable, Sort, Update | The API name of the automation to start. This value is required for the Flow action type. |
| wkcc__ActionInputVariables__c | textarea | Create, Filter, Group, Nillable, Sort, Update | A JSON-formatted string of variables that are used for the Flow action type to specify input variables.Example data for this field:{ "name" : "Admin", "age" : 36, "rights" : [ "admin", "editor", "contributor" ] } |
| wkcc__Location__c | reference | Create, Filter, Group, Nillable, Sort, Update | Associates the task with a location by referencing a Location record. Tasks are filtered in the Operations Feed to match the location specified in the Command Center location filter. If you don’t specify a location for a task, the task displays in the Operations Feed only when no location is selected in the Command Center location filter.In API version 49.0 and later, the Location standard object supports activities, including tasks, so you don’t use the wkcc__Location__c field to associate tasks with a specific location. |
| wkdw__TransitionPlanTask__c | string | Create, Filter, Group, Nillable, Sort, Update | The transition plan that joins with a transition task. This field is available in API version 56.0 and later. |
| wkdw__TransitionPlanTemplateTaskId__c | string | Create, Filter, Group, Nillable, Sort, Update | The transition plan template task that joins with a transition task. This field is available in API version 56.0 and later. |
| wkdw__UseTaskLabelsInChecklist__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | Indicates whether to show the name and description from the task record in the onboarding checklist. This field is available in API version 56.0 and later.The default value is false. |