Customizing Global Record Search Criteria
  • 16 Jul 2024
  • 3 minute read
  • Dark
    Light
  • PDF

Customizing Global Record Search Criteria

  • Dark
    Light
  • PDF

Article summary

Person and Applicant records can be found in the search bar in the top right hand corner of all Slate pages. Note that only applicant records within application rounds which are set as Rankable will be displayed in the search bar results. 

The default search criteria includes:

  • Name

  • Contact Information (Email address, Phone)

  • Reference ID

mceclip0.png

Oftentimes, you want to find person records using alternative values, such as their ID in another system. You can accomplish this using a person index rule.

Step 1: Creating the Rule

  1. From the main navigation, select Database.

  2. Under Automations, select Rules.

  3. Select New Rule.

  4. Configure the following settings:

    • Name: Enter a name for the rule.

    • Type: Configurable Joins

    • Category: Records

    • Base: Person

    • Rule Type: Person Index

    • Folder: Keep rules organized by placing it in a folder. Select Other to create a new one.

    • Non-deterministic: Rule is deterministic and has an exclusive priority.

    • Priority: Enter a priority rank. For example, "1", if this is your only person index rule.

    • Status: Preview

  5. Select Save.

Step 2: Configure the Rule

  1. Set Action to Replace Values from Formula.

  2. Add one or more exports to be used to search for records.

  3. Reference the exports in the Formula field.

(Optional) Adding filters

Most situations won’t call for it, but you can add filters to the rule if some records should have different index criteria than others.

We've outlined three common examples of person index rules below.

1️⃣ For a single field

  1. Add an export for the field that the search bar will use to find records. Note the name of the export (e.g., "Person Colleague ID").

  2. In the "Formula" section, reference the export from above by typing in "@" and then the export's name. You will want to replace all spaces with dashes (e.g., "@Person-Colleague-ID").

  3. Save the rule.

    mceclip1.png

🔢 For Two or More Fields

This approach uses a subquery export which obviates the need to account for records that have a NULL value in one or more exports used to drive the person index rule.

  1. Add a subquery export.

  2. Specify a "Name", like "Index".

  3. Select the "Output" setting of "Concatenate".

  4. Add the desired exports.

  5. Add a space (or your desired separator) to the “Export Separator” field.

  6. Save the subquery export.

  7. In the "Formula" section, reference the export from above by typing in "@" and then the export's name. You will want to replace all spaces with dashes (e.g., "@Index").

    mceclip3.png

  8. Save the rule.

Dynamically for all unique for merging fields

The following example is a robust approach to grabbing any values a record has in a unique for merging field to drive the person index rule. 

  1. Add a subquery export.

  2. Specify a "Name", like "Index".

  3. Select the "Output" setting of "Concatenate".

  4. Specify a "Row Separator", like a space.

  5. Join from "Person" to "Field Values".

  6. Join from "Field Values" to "Lookup Field".

  7. Add the "Unique for Merging" filter from the "Lookup Field" join and select "Value contains a unique ID which identifies a single record for merging".

  8. Add the "Store Value" filter from the "Lookup Field" join and select "Store Value".

  9. Optionally, add the "Type" filter from the "Lookup Field" join and select "Real", "Integer", and "Text/Unspecified".

  10. Add the "Values" export from the "Field Values" join.

    mceclip4.png

     

  11. Save the subquery export.

  12. In the "Formula" section, reference the export from above by typing in "@" and then the export's name. You will want to replace all spaces with dashes (e.g., "@Index").

  13. Save the rule.

    mceclip8.png

Step 3. Testing and Activating the Rule

  1. Select Database on the top navigation bar

  2. Select Rules.

  3. Select Check Logic.

  4. Enter the name of a test record with a value in one of the fields referenced by your person index rule.

  5. Evaluate the results. If the rules do not return what you're expecting, then you will need to revise them; otherwise, proceed to the next step.

  6. Navigate to the person index rule.

  7. Activate the rule.

  8. Perform a Retroactive Refresh.

Tip

Slate stores the person index on the [person] table in the [index] column, [person].[index].


Was this article helpful?