wkdw__OnboardingTemplate__c
Represents a 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 template 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 | The description of the template that contains the transition tasks. This field is available in API version 56.0 and later. |
| wkdw__IsActive__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | Indicates if the template is active, turns access to transition plan templates on or off, and controls whether a plan template is available for assignment. This field is available in API version 56.0 and later.The default value is false. |
| wkdw__PlanOwner__c | string | Create, Filter, Group, Nillable, Sort, Update | Indicates if the template is active, turns access to transition plan templates on or off, and controls whether a plan template is available for assignment. This field is available in API version 56.0 and later.The default value is false. |