wkdw__HealthVerification__c
Represents a request for verification of a user’s COVID-19 status.
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()
| Field | Type | Properties | Description |
|---|---|---|---|
| LastReferencedDate | dateTime | Filter, Nillable, Sort | The timestamp for when the current user last viewed a record related to this record. |
| LastViewedDate | dateTime | Filter, Nillable, Sort | The timestamp for when the current user last viewed this record. A null value can mean that the record was only referenced and not viewed. |
| Name | string | Autonumber, Defaulted on create, Filter, idLookup, Sort | An auto-generated number representing the health verification. |
| OwnerId | reference | Create, Defaulted on create, Filter, Group, Sort, Update | The ID of the user who currently owns this record. The default value is the user logged in to the API who ran create(). This is a polymorphic relationship field. |
| wkdw__Case__c | reference | Create, Filter, Group, Nillable, Sort, Update | The related case record. This is a relationship field. |
| wkdw__DeclinationReason__c | picklist | Create, Filter, Group, Nillable, Restricted picklist, Sort, Update | Reason the employee declines to respond to the health status verification request. One value—Not specified—is provided, but you can create more values. |
| wkdw__Declined__c | boolean | Create, Defaulted on create, Filter, Group, Sort, Update | If true, indicates that the employee declined to respond to the health status verification request. The default value is false. |
| wkdw__Employee__c | reference | Create, Filter, Group, Sort, Update | The employee whose health status is being verified. This is a relationship field. |
| wkdw__HealthCredentialDocumentDate__c | date | Create, Filter, Group, Nillable, Sort, Update | The date of the document provided as proof of the employee’s health status. |
| wkdw__HealthCredentialExpirationDate__c | date | Create, Filter, Group, Nillable, Sort, Update | The expiration date, if any, of the document provided as proof of the employee’s health status. |
| wkdw__Status__c | picklist | Create, Filter, Group, Nillable, Restricted picklist, Sort, Update | The status of the health verification. The following values are provided, but you can create your own.
|
| wkdw__Type__c | picklist | Create, Filter, Group, Nillable, Restricted picklist, Sort, Update | The method of health verification. The following values are provided, but you can create your own.
|
| wkdw__VerificationDate__c | dateTime | Create, Filter, Nillable, Sort, Update | The date the employee submitted the verification. |