Create metadata

Metadata stores supplementary information against work type, job query, Work queue control and others, similar to how file properties associated with an activity are stored.

The following example describes the procedure of creating metadata for a job query.

  1. On the Jobs menu, click Find.
  2. Click .
    The Editor panel appears where you can define the criteria for your query.
  3. Expand Metadata and do the following:
    1. On the Filter Operator list, select an operator.
    2. On the Meta Field list, select a field, such as DOJ.
    3. On the Operator list, select an operator, such as Equals.
    4. In the Value box, enter a value, such as 3/30/2016.

      Note the following:

      • You can use the Like and Not Like operators in your search criteria, and use wildcard to search on case references and metadata of type String.
      • TotalAgility supports the following wildcard functions.

        ?

        Matches any single character. For example, Bl?ck finds Black or Block.

        *

        Matches any one or more characters. For example, "North*" finds "North", "Northeast", and "Northwest".

        And "(*)" finds any content enclosed by parentheses.

        ~

        Used as an escape character to include a literal question mark, asterisk, or tilde. For example,

        To find "West*" use "West~*"

        To find "West?" use "West~?"

        To find "West~" use "West~~"

        To find "West~?" use "West~~?"

        Note For a Date field type, the default value is @Today, where Today refers to the start of the day. You can also provide a value to be a certain number of days from today in the following format:

        @Today +/- NUM. For example, <@Today + 10>, <@Today - 7>

    5. Click Create.
  4. Click Save.