Employee

Work.com uses the Employee standard object to track information about users who are students, volunteers, and other roles in addition to employees. Some managed packages also install custom fields for the Employee standard object.

A Location__c field relates an employee (or user with another role) to a location.

Custom Fields

Field Details
wkcc__CurrentWellnessStatusAsOf__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Indicates the date and time of the last wellness status update for the employee. This field is updated automatically when the employee responds to a survey with their wellness status. Salesforce admins can update the field manually, when needed, along with or independently of the CurrentWellnessStatus standard field on Employee.

This field isn't part of the default Employee page layout. To add this field, edit the page layout for Employee.

Important

This value is stored in GMT time but is shown to users in local time. Available in API version 50.0 and later.

wkcc__IndividualRole__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Denotes the role of an individual to support sending surveys by role to one or more selected locations. The initial value is Employee, but you can add picklist values for the roles you need, such as Student, and set a default value. The values are available when you send a survey to a location, so you can focus the survey on individuals with the assigned role.
wkcc__ReadyToReturn__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether an employee is ready to work at their assigned workplace location (true) or not (false). The default value is false. This field isn’t included by default on the employee page layout. Available in API version 50.0 and later.
wkdw__DisplayName__c
Type
string
Properties
Aggregatable, Filter, Sort
Description
Display name of the user. The value is a concatenation of PreferredFirstName and LastName. If PreferredFirstName doesn’t have a value, the formula field uses FirstName instead. Requires the Employee Workspace managed package.