Learn how to update your Vault’s configuration to enable the bulk recode feature for Cases.
About the Feature
Vault Safety now supports bulk recoding of MedDRA-coded terms when MedDRA Dictionary updates are released. Using MedDRA Bulk Recode makes the process of updating Cases more efficient and accurate. Changes can be previewed and validated before they are committed, and are tracked in Case audit trails.
Once enabled, for more information about using this feature, see Bulk Recode MedDRA-Coded Terms on Cases for more information.
Configure Dictionary Bulk Actions
To enable MedDRA Bulk Recoding, the Preview Bulk Recode and Run Bulk Recode actions must be added to the Dictionary Bulk Action Object.
- In the Admin area, go to Configuration > Objects > Dictionary Bulk Action > Actions.
- Add both the Preview Bulk Recode and Run Bulk Recode actions.
- (Recommended) Go to Configuration > Object Lifecycles > Dictionary Bulk Action Case Lifecycle > States > Active.
Add and Configure the Dictionary Bulk Action Layout
- In the Admin area, go to Configuration > Objects > Dictionary Bulk Action > Layouts.
- Create the Dictionary Bulk Action Detail Page Layout.
- Configure the Dictionary Bulk Action Detail Page Layout as shown below.
- To rearrange sections, drag and drop.
- Select Save.
Recommended: Update Layout Rules for Dictionary Bulk Actions
Optionally, add a layout rule so that the Study and Study Type fields appear only for Study Cases.
- In the Admin area, go to Configuration > Objects > Dictionary Bulk Action > Layouts.
- Open the Dictionary Bulk Action Detail Page Layout for editing, and then select Layout Rules.
- On the Layout Rules page, select Create to add rules with the following details:
- Label:
MedDRA Bulk Recode
- Name:
meddra_bulk recode
- Label:
- Under Hide the following Page Layout Items:
- From the Type picklist, select Fields.
- From the Values picklist, select Study and Study Type.
- Under IF this Layout Rule Expression is TRUE, add the following expression:
report_type__vr.name__v != 'Study'
- Select Save.
Recommended: Filter the Dictionary Bulk Actions Study Type Field
Optionally, add a filter so that the options in the Study Type picklist are based on the Organization and the selection in the Study field.
- In the Admin area, go to Configuration > Objects > Dictionary Bulk Action > Fields > Study.
- Select Edit.
- In the Constrain Records in Referenced Object section, update the Criteria VQL field to include organization and study type with the following VQL:
organization__v = {{this.organization__v}} AND study_type__v = {{this.study_type__v}}
- Select Save.
Update the MedDRA Dictionary Layout for Dictionary Bulk Recode
- In the Admin area, go to Configuration > Objects > Dictionary > Layouts.
- Open the MedDRA Detail Page Layout for editing.
- Insert the Dictionary Bulk Action related object section. To rearrange sections, drag and drop.
- In the Dictionary Bulk Action section, select Edit Columns, and then add the Bulk Action Status and Replacement MedDRA Version columns.
- Select Save.