D2 Dictionary Configuration Settings
Following are the conditions to enable the synchronization in D2:
- Open Text needs to add GMP Drug Product Manufacturer and GMP Drug Substance Manufacturer dictionaries on their end in D2.
- For Application Procedure Type dictionary, additional code changes are required in Calyx RIM 6.2 apart from updating the configuration file.
Following are the D2 Data Dictionaries that are not currently integrated with Data Administration entities, can be synchronized via configuration files as needed:
- Application Procedure Type
- GMP Drug Product Manufacturer
- GMP Drug Substance Manufacturer
To enable the synchronization,
Modify,
InSightManager\server\all\conf\insight\D2-IntegrationConfig.json file by adding the following details for respective D2 Data Dictionaries:
- For GMP Dictionaries, add the following to the block "actions" with "triggertype": "Source".
{ "externalEntity": "DrugProductmanufacturer", "externalEntityInfoRefs": [ "DrugProductManufacturerData" ] }, { "externalEntity": "DrugSubstanceManufacturer", "externalEntityInfoRefs": [ "DrugSubstanceManufacturerData" ] } - For Application Procedure Type Dictionary, add the following to the block "actions" with "triggerType: "APPPROC":
{ "externalEntity": "ApplicationProcedureType", "externalEntityInfoRefs": [ "ApplicationProcedureTypeData" ] },
Related concepts
Related tasks