Path Editor

In a database management system, a path is what you use to locate and retrieve requested data. In Dovetail Admin and Dovetail Agent, you create these paths with the Path Editor, which is used by several forms.

The three essential components of a path are objects, fields, and relations. Every object in your database has fields and relations. Fields contain the actual data native to the object. Relations are pointers - they point to related data. With fields and relations, you can create data paths through your database to obtain needed information.

Paths can include as many relations as needed, in a chain, until you get to the final (destination) table, and then the path always terminates with a field on the destination table. Relations and fields in paths are always separated by colons. If the path only includes a field on the starting table, it has no colons in the path string.

For example,the following are all valid paths using table_case:

The Path Editor is a simplified way of entering paths. You need to know your data model and the pathways to your destination object and field, but the Path Editor removes the tedium from entering paths and the common typing mistakes (and debugging time) associated with entering paths manually.

Create a New Path

  1. Select Path from the form. The Path Editor will open up and show four key fields:
  2. For Queries only: select the JOIN type:
  3. Double-click a relation. It will be moved to the Path section.
  4. Double-click a field name. Once a field is selected, the Path Editor will close, and the full path with the field name will be moved to the form.

Path Editor for Business Rules Properties screenshot:

Path Editor for Queries screenshot:

Next

Copyright Notice and Trademarks

Path Editor