Adding Research to a Record

Once a research source has been created and scoped, the Research tab will appear on all records of the same scope. This standard tab will appear to the left of the Profile tab.

Clicking the Research tab will take users to an Overview page that displays high level details about the research associated with the record. This includes the count of unique data sources, total data records, the first source (and date), and the most recent source (with date). 

Research Overview Tab

Create a custom dashboard to display additional data information from the research sources. 

To view the individual data records and to add new research to the record, click the Research Sources link in the right-hand navigation. 

Enabling Research within the Database

Research is currently available as an Early Access feature. To enable it:

  1. From the top navigation, select Database.
  2. From the Configurations section, select Configuration Keys.
  3. From the Database Configuration section, select Early Access Features.
  4. Select Research, then click Save.

    Early_Access_-_Research.PNG

    As with all configuration changes, the effect may take up to 15 minutes to be reflected across all web nodes.

    Research Configurations Link

    A link to access the Research Configurations displays in the 'Configurations' section of the database.
Add New Research Data

To manually add research data to a record:

  1. Click the New Research Data link.
  2. Select the appropriate research source from the select list.
  3. Select a priority; by default, a Normal Priority will be selected.
  4. Select the date for the research data. The date will be defaulted to the current date, but may be modified as desired. 
  5. Click Next. 
  6. Enter the research data, as appropriate.
  7. Click Save.

Staff Research Data Entry

   

Memo Example

Change Research Data Tab Order

The tabs that appear when entering the research data are based on the categories of the data keys associated with the source. The order in which these tabs appear may be modified by adjusting system prompts that are automatically created to reflect these categories. 

To adjust the order of the tabs:

  1. Navigate to the Prompts section of the database.
  2. Search the prompt list for 'sys:research_category'. All of the created categories will appear as prompts. 
  3. Click any of the prompts and modify the Order setting to adjust the order in which the category tabs should appear. 
  4. Click Save

To ensure the tabs appear as desired, be sure to update the all sys:research_category prompt orders. If left blank, they will display in alphabetical order.

Add Categories to the Default Tab

Insert a small snippet of code in the XML section of a sys:research_category prompt to include values of a particular category on the Default tab when first adding or viewing research data. 

For example, to create a category called "Details" on the default tab:

  1. Navigate to the Prompts tool within the Database.
  2. Search the prompt list for sys:research_category and select the Details prompt.
  3. Insert the following snippet of code into the XML section.
    <p>
    <k>default</k>
    <v>1</v>
    </p>
  4. Click Save.

Research Tab Order and Default

Add Research Data from an Import

Research values may be imported and associated to records via Upload Dataset. Like all uploads, there needs to be enough matching criteria in the source file to appropriately match to an existing record or create a new record. 

When mapping the source field files, the destinations will be listed under Research. Destinations may then be selected based on the source of the research. 

For example, to import to the "Estimated Capacity" key for the "Staff Research" source, select the destination Staff Research - Estimated Capacity.

Staff Research Import Destination

If the same data key is used for multiple sources, a destination will be available for each source. 

Important!

The nature of Research is additive. Imports are meant to create new research records and cannot be used to update existing research values.

Was this article helpful?
0 out of 0 found this helpful