Learn how to update your Vault’s configuration to be able to import Inbox Items from E2B files.
About the Feature
Support to import Inbox Items from E2B files was added in 21R2. Vaults created in 21R2 or later include the necessary configuration by default, while Vaults created in 21R1 or earlier must have the configuration upgrades described on this page to enable this feature.
Once enabled, Import an Inbox Item describes how to use this feature.
Prerequisite
If you don’t have Inbox Items configured in your Vault, follow the appropriate steps in Enable Inbox Items depending on the Vault Safety template version your Vault was deployed from.
Configure the Create Inbox Item Document Action
Add the Create Inbox Item from Document action to the AER lifecycle and any additional document lifecycles, as required.
- In the Admin area, go to Configuration > Document Lifecycles.
- Open the AER Lifecycle.
- Open the States tab.
- Select New (new__v).
- Open the User Actions tab.
- Select Edit.
- Select Create Rule, and specify the following settings:
- Select Create Inbox Item From Document from the dropdown list.
- Enter an Action Label, such as “Create Inbox Item from Document”.
- Select Save.
Update the Case Page Layout
Update the Case Page Layout for study Cases and to show the base Case Contact object type.
Case Layout Updates
- In the Admin area, go to Configuration > Objects > Case.
- Open the Layouts tab.
- Open the Case Page Layout.
- Remove the Study field from the Study section and add it to the Details section below New Info Date. You can also drag and drop the field.
- Save the layout.
- Select Layout Rules.
- Update the Study Cases Rule (
case_study_rule_v__c
):
Show Base Case Contacts
Edit the Criteria VQL in the Case Contacts section on the Case Page Layout to show the base Case Contact object type.
- In the Admin area, go to Configuration > Objects > Case.
- Open the Layouts tab.
- Open the Case Page Layout.
- In the Contacts section, select the Edit icon.
- Under Criteria VQL, edit the VQL to match the following:
object_type__vr.api_name__v CONTAINS ('reporter__v', 'health_care_professional__v', 'patient_contact__v', 'facility__v','base__v')
- Select Done.