Enable Organized Data Collection

Learn how to configure your vault to enable organized data collection for PSPs (Patient Support Programs) and MRPs (Market Research Programs).

Note Beginning with 24R1 in April 2024 and for all subsequent releases, Vault Safety General Release Help content is moving to a new site. Test the new site using Limited Release content.

About the Feature

Support for Organized Data Collection was added to Vault Safety in 22R1. Vaults created in 22R1 or later include the necessary configuration by default, while vaults originally deployed earlier than 22R1 must have the configuration upgrades described on this page to enable this feature.

PSPs (Patient Support Programs) and MRPs (Market Research Programs) usually do not have Study information available. Instead, you can create Study placeholders with unspecified products to use in organized data collection.

See Manage Studies for details on how to create a Study Placeholder.

Update the Case Object

To update the Case page layout rules and the Case page layout, go to Admin > Configuration > Objects > Case.

The following updates to the Case Page Layout can also be done to consolidate the Study Products and Company Products in one Product section.

Update the Case Page Layout Rules

Follow these steps to edit the Study Cases Rule and remove the Post Market Cases rule:

  1. In the Page Layouts tab, select the Case Page Layout.
  2. Select Layout Rules.
  3. Select Study Cases Rule.
  4. Remove the Products value from the Hide the following Page Layout Items section.
  5. Save the page.
  6. Go back to the Layout Rules for Case page and select Post Market Cases.
  7. Select Delete

Update the Case Page Layout

Follow these steps to update the Products sections on the Case page layout:

  1. In the Page Layouts tab, select the Case Page Layout.
  2. Remove the second Products section (products__c).
  3. Select the Edit icon from the remaining Products section (case_products_study_products__c).
    An Edit Related Object Section window appears.
  4. Update the Criteria VQL to: object_type__vr.api_name__v CONTAINS ('study_product__v', 'external__v',
    'drug__v', 'device__v', 'biologic__v', 'vaccine__v')
    case-products-related-object-section
    Update the Products Related Object Criteria VQL
  5. Select Done.
  6. Save the page layout.

Update the Study Object

You must update the Study page layout rules and the Study page layout. In the Admin area, go to Configuration > Objects > Study.

Update the Study Page Layout Rules

Follow these steps to create a new Study Page Layout Rule:

  1. In the Page Layouts tab, select the Study Detail Page Layout.
  2. Select Layout Rules.
  3. Select Create.
  4. On the Create Layout Rule page, complete the following information:
    • Label: Study with Unspecified Products
    • Name: study_with_unspecified_products__c
    • Hide the following Page Layout Items:
      • Sections > Study Products, Study Arms, Study Arm Products, Registrations
      • Fields > Study Has Arms
    • IF this Layout Rule Expression is TRUE: study_has_unspecified_products__v = true
      create-unspecified-products-rule
      Create Study with Unspecified Products Layout Rule
  5. Save the page.

Update the Study Page Layout

Follow these steps to add the Study with Unspecified Products checkbox to the Study page layout:

  1. In the Page Layouts tab, select the Study Detail Page Layout.
  2. Select Add from the Details section.
  3. Select Study Has Unspecified Products.
  4. Save the page.

Feedback?