wkdw__TransitionPlan__c
Custom object for a transition plan that is associated with an employee user. This object is available in API version 56.0 and later.
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. |
| Name | string | Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update | The transition plan 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(). This field is a polymorphic relationship field. |
| wkdw__CompletedDate__c | dateTime | Create, Filter, Nillable, Sort, Update | The date a transition plan is completed. |
| wkdw__Description__c | string | Create, Filter, Group, Nillable, Sort, Update | Provides a description for the transition plan. |
| wkdw__EffectiveDate__c | date | Create, Filter, Group, Nillable, Sort, Update | The effective date for the transition plan that is used to calculate the due date based on the task’s offset date. |
| wkdw__Employee__c | reference | Create, Filter, Group, Nillable, Sort, Update | The employee that is in a transition and is assigned the transition plan. This field is a relationship field. |
| wkdw__Manager__c | reference | Create, Filter, Group, Nillable, Sort, Update | This field is reserved for future use. This field is a relationship field. |
| wkdw__Status__c | picklist | Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update | The status of the transition plan. Possible values are:
|
| wkdw__TransitionPlanTemplate__c | reference | Create, Filter, Group, Nillable, Sort, Update | A template that contains a set of tasks related to a specific transition which is assigned to employees. This field is a relationship field. |
| wkdw__WelcomeText__c | textarea | Create, Nillable, Update | The greeting users see when viewing a transition plan. |