wkdw__EmployeeWorkExperience__c
Stores work experience of an employee in the Employee Workspace community. This object is available in orgs that have the Employee Workspace managed package installed.
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. If this value is null, this record might only have been referenced (LastReferencedDate) and not viewed. |
| Name | string | Aggregatable, Create, Defaulted On Create, Filter, Group, idLookup, Nillable, Sort, Update | The name of an employee’s work experience. |
| OwnerId | reference | Aggregatable, Create, Defaulted On Create, Filter, Group, NamePointing, Sort, Update | The ID of the user who owns the work experience record. |
| wkdw__CompletionDate__c | date | Aggregatable, Create, Filter, Group, Nillable, Sort, Update | The date when the work was completed. If the completion date isn’t specified, the work is marked as ongoing. |
| wkdw__Description__c | textarea | Create, Nillable, Update | The description of an employee’s work experience. |
| wkdw__Ongoing__c | boolean | Defaulted On Create, Filter, Group, Sort | Indicates if the specified work is an ongoing experience. |
| wkdw__Role__c | string | Aggregatable, Create, Filter, Group, Sort, Update | The role of an employee in the work experience. |
| wkdw__StartDate__c | date | Aggregatable, Create, Filter, Group, Sort, Update | The date when the work was started. |
| wkdw__URLs__c | textarea | Create, Nillable, Update | Related URLs, separated by line breaks, for the work experience. |