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

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 template 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, UpdateThe description of the template that contains the transition tasks. This field is available in API version 56.0 and later.
wkdw__IsActive__cbooleanCreate, Defaulted on create, Filter, Group, Sort, UpdateIndicates 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__cstringCreate, Filter, Group, Nillable, Sort, UpdateIndicates 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.