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

FieldTypePropertiesDescription
LastActivityDatedateFilter, Group, Nillable, SortThe date for when a user last did something related to the record.
NamestringCreate, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, UpdateThe transition plan 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(). This field is a polymorphic relationship field.
wkdw__CompletedDate__cdateTimeCreate, Filter, Nillable, Sort, UpdateThe date a transition plan is completed.
wkdw__Description__cstringCreate, Filter, Group, Nillable, Sort, UpdateProvides a description for the transition plan.
wkdw__EffectiveDate__cdateCreate, Filter, Group, Nillable, Sort, UpdateThe effective date for the transition plan that is used to calculate the due date based on the task’s offset date.
wkdw__Employee__creferenceCreate, Filter, Group, Nillable, Sort, UpdateThe employee that is in a transition and is assigned the transition plan. This field is a relationship field.
wkdw__Manager__creferenceCreate, Filter, Group, Nillable, Sort, UpdateThis field is reserved for future use. This field is a relationship field.
wkdw__Status__cpicklistCreate, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, UpdateThe status of the transition plan. Possible values are:
  • Completed
  • In Progress
  • Not Started
wkdw__TransitionPlanTemplate__creferenceCreate, Filter, Group, Nillable, Sort, UpdateA 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__ctextareaCreate, Nillable, UpdateThe greeting users see when viewing a transition plan.