Mapping jobs
Specific actions on select objects call mapping jobs to invoke mappings on dates, fields, labels, record types, and/or queue owners. The mapping jobs are run by a backend Mapping Engine that moves and stamps data throughout the Komodo Care Connect product. The Mapping Job (mvn__PJN_Mapping_Job__mdt
) custom metadata type defines the object that a mapping will be executed against.

Mapping details
Each Mapping Job (mvn__PJN_Mapping_Job__mdt
) metadata record may have related Mapping (mvn__PJN_Mapping__mdt
) metadata records. The Mapping (mvn__PJN_Mapping__mdt
) custom metadata type defines the type of mapping that is to be executed, so a separate record is required for each unique data type per the Mapping Type (mvn__PJN_Mapping_Type__c
) field. Each Mapping (mvn__PJN_Mapping__mdt
) metadata record may then have additional related metadata records for each of the following mapping types:
Mapping Field (
mvn__PJN_Mapping_Field__mdt
)Mapping Date Formula (
mvn__PJN_Mapping_Date_Formula__mdt
)Mapping Label (
mvn__PJN_Mapping_Label__mdt
)Mapping Queue (
mvn__PJN_Mapping_Queue__mdt
)Mapping Record Type (
mvn__PJN_Mapping_Record_Type__mdt
)
Mapping data to a care plan
Out of the box, data on prescriptions and member plans are automatically mapped to their parent care plans. To configure the data on other objects to be mapped to a Care Plan (Case
) record, specifically:
Create four Trigger Handler Setting (
mvn__PJN_Trigger_Handler_Setting__mdt
) metadata records as follows.Set the Active (
mvn__PJN_Active__c
) field totrue
.Set the Class (
mvn__PJN_Class__c
) field toPJN_CarePlanLookupMapping
.Set the Event (
mvn__PJN_Event__c
) field to the following:BEFORE_INSERT
BEFORE_UPDATE
AFTER_INSERT
AFTER_UPDATE
The
BEFORE_
context triggers prompt the system to register the records that should be checked for data while theAFTER_
context triggers prompt the system to map the data from the identified records to the selected object.
Create a Mapping Job metadata record to identify the object whose data should be mapped to the care plan.
Create a Mapping metadata record to define the type of data that should be mapped to the care plan and, therefore, the type of mapping that is to be performed.
Create one or more Mapping Field, Mapping Date Formula, Mapping Label, Mapping Queue, and/or Mapping Record Type metadata records for each data that should be mapped to the care plan.