wkdw__EmployeeToPersonAccountFldMap__mdt
Defines the field mapping when creating person account records from employee records in Employee Concierge. This custom metadata type is available in orgs that have Employee Concierge installed in API version 51.0 and later.
describeLayout(), describeSObjects(), query(), retrieve()
| Field | Type | Properties | Description |
|---|---|---|---|
| wkdw__IsActive__c | boolean | Defaulted on create, Filter, Group, Sort | Indicates whether the mapping between this specific employee and person account is active or not. By default, the value for this field is true. |
| wkdw__SourceField__c | text | Filter, Group, Sort | The employee record field that maps to the specified target field on the person account record. |
| wkdw__TargetField__c | text | Filter, Group, Sort | The person account field that maps to the specified source field on the employee record. This field is unique within your organization. |
Employee Concierge uses the Case object for storing and managing data related to employee support tickets. Data from employee records can’t, however, be directly associated with cases. To associate employee data with tickets, Employee Concierge uses person accounts. The custom metadata type wkdw__EmployeeToPersonAccountFldMap__mdt maps data from the employee records to person account records.
The related person field (RelatedPersonId) on an employee record links employees and person accounts. To review the default mapping between employee fields and person account fields, see Salesforce Help: Employee to Person Account Field Mapping.
See Also