wkdw__OnboardingTask__c
Custom object that represents a reusable task definition that defines the task assigned to an employee in a transition plan template.
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()
| Field | Type | Properties | Description |
|---|---|---|---|
| LastActivityDate | date | Filter, Group, Nillable, Sort | The date for when a user last did something related to the record |
| LastReferencedDate | dateTime | Filter, Nillable, Sort | The timestamp for when the current user last viewed a record related to this record. |
| LastViewedDate | dateTime | Filter, Nillable, Sort | The timestamp for when the current user last viewed this record. A null value can mean that the record was only referenced and not viewed. |
| Name | string | Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update | The task name. |
| OwnerId | reference | Create, Defaulted on create, Filter, Group, Sort, Update | The ID of the user who currently owns this record. Default value is the user logged in to the API who ran create(). |
| wkdw__Description__c | string | Create, Filter, Group, Nillable, Sort, Update | A description for the task assigned to an employee in the transition checklist. This field is available in API version 56.0 and later. If left blank, the text in the Task Description field is shown. |
| wkdw__DisplayDescription__c | string | Create, Filter, Group, Nillable, Sort, Update | Displays the description for the task assigned to an employee in the transition checklist. This field is available in API version 56.0 and later. If left blank, the Description is used. |
| wkdw__DisplayName__c | string | Create, Filter, Group, Sort, Update | The task name that employees see in the onboarding checklist. This field is available in API version 56.0 and later. If left blank, the Task Name is used. |
| wkdw__FlowAPIName__c | string | Create, Filter, Group, Sort, Update | API name of the flow associated with this task. This field is available in API version 56.0 and later.A flow is optional in order to complete an assigned Task. |