wkdw__OnboardingTemplateTask__c
Represents a custom object that is a junction object which serves to join a transition task to a transition plan.
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()
| Field | Type | Properties | Description |
|---|---|---|---|
| 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 | Autonumber, Defaulted on create, Filter, idLookup, Sort | The name of the junction record. This is a system field and not explicitly created. |
| wkdw__Description__c | string | Create, Filter, Group, Nillable, Sort, Update | The description of the template and associated tasks that comprise a transition plan. This field is available in API version 56.0 and later. |
| wkdw__EffectiveDateOffset__c | double | Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update | The number of offset days relative to the transition plan’s effective date that is used to set the due date for the transition tasks. Positive and negative numbers are allowed. This field is available in API version 56.0 and later. Possible values are:
The default value is Employee. |
| wkdw__IndividualUser__c | reference | Create, Filter, Group, Nillable, Sort, Update | This field is reserved for future use. |
| wkdw__OnboardingTask__c | reference | Create, Filter, Group, Sort, Update | The onboarding task that is joined to the transition plan template. This field is available in API version 56.0 and later. |
| wkdw__OnboardingTemplate__c | reference | Create, Filter, Group, Sort | The template ID used to join the task with the template. This field is available in API version 56.0 and later. |
| wkdw__Queue__c | string | Create, Filter, Group, Nillable, Sort, Update | This field is reserved for future use. |
| wkdw__TaskOwnerType__c | picklist | Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update | The type of user who completes a task assigned to them. This field is available in API version 56.0 and later. Possible values are:
The default value is Employee. This field is available in API version 56.0 and later. |