Configure a tenant-level integration

With a tenant-level integration, you list numerous studies in a single integration template, removing the need to create integrations at the study level.

Each parent integration template contains a section where you can list multiple studies.
<!--  Uncomment below and add studies for tenant enabled integration...
<!-- <p:Studies></p:Studies> -->
  1. Configure a tenant-level integration - new integration
    1. Download the parent integration template. For more information, see Download the integration templates.
    2. Open the parent file and uncomment the row by removing the leading and trailing characters, resulting in the following format.
      <p:Studies></p:Studies>
    3. Add the appropriate details, separating studies using a comma.
      • For the SVT and SDV integrations, the format is the Oracle Clinical One Platform study GUID followed by the CTMS study name.

        Note:

        The study GUID is located on the General tab under Study Settings. For more information, see Open the study's settings.
        <p:Studies>ClinicalOneStudyAGUID:CTMSStudyNameA,ClinicalOneStudyBGUID:CTMSStudyNameB</p:Studies>
      • For the Site integration, the format is the CTMS study name followed by the Oracle Clinical One Platform study GUID.
        <p:Studies>CTMSStudyNameA:ClinicalOneStudyAGUID,CTMSStudyNameB:ClinicalOneStudyBGUID</p:Studies>
    4. Save your changes, then Upload the integration template.
  2. Configure a tenant-level integration - existing production integration
    1. Review Update an existing integration to locate and download the integration template to be updated.
    2. After downloading the template, follow the instructions starting at 1b. above.