Search - npruehs/tome-editor GitHub Wiki

Tome allows you to find records or usages of custom types, fields and records in your project.

Finding Records

If you're looking for a specific record or set of records, you can search for all records whose ids and/or display names contain a sequence of characters as follows:

  1. In the main window, click Records > Find Record... to open the Find Record window.
  2. Specify any sequence of characters.
  3. Click OK.

Searching for records is not case-sensitive.

Finding Usages of Custom Types

You can find all usages of a custom type as follows:

  1. In the main window, click Fields > Manage Custom Types... to open the Custom Types window.
  2. Select any custom type.
  3. Click Custom Types > Find Usages...
  4. Observe all records with fields of the selected custom type being shown in the Search Results window.

Finding Usages of Fields

You can also find all usages of one of your fields:

  1. In the main window, click Fields > Manage Field Definitions... to open the Field Definitions window.
  2. Select any field.
  3. Click Fields > Find Usages...
  4. Observe all records with the selected field being shown in the Search Results window.

Find Usages

Finding Usages of Records

Finally, you can also find all references to one of your records:

  1. In the main window, select any record in the Records Tree.
  2. Click Records > Find Usages...
  3. Observe all records referencing the selected record being shown in the Search Results window.

Next: Integrity Checks