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
Type
Properties
Description
wkcc__CurrentWellnessStatusAsOf__c
dateTime
Create, Filter, Nillable, Sort, Update
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.
This value is stored in GMT time but is shown to users in local time. Available in API version 50.0 and later.
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
boolean
Create, Defaulted on create, Filter, Group, Sort, Update
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
string
Aggregatable, Filter, Sort
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.