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()

FieldTypePropertiesDescription
LastActivityDatedateFilter, Group, Nillable, SortThe date for when a user last did something related to the record
LastReferencedDatedateTimeFilter, Nillable, SortThe timestamp for when the current user last viewed a record related to this record.
LastViewedDatedateTimeFilter, Nillable, SortThe timestamp for when the current user last viewed this record. A null value can mean that the record was only referenced and not viewed.
NamestringCreate, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, UpdateThe task name.
OwnerIdreferenceCreate, Defaulted on create, Filter, Group, Sort, UpdateThe ID of the user who currently owns this record. Default value is the user logged in to the API who ran create().
wkdw__Description__cstringCreate, Filter, Group, Nillable, Sort, UpdateA 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__cstringCreate, Filter, Group, Nillable, Sort, UpdateDisplays 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__cstringCreate, Filter, Group, Sort, UpdateThe 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__cstringCreate, Filter, Group, Sort, UpdateAPI 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.