Display fields that may be used as filter criteria by evsearch.
evsearchlist [-r]
This command displays a list of fields that can be used as filter criteria with evsearch. Both the fixed database names, and their matching display titles, are printed.
When the -r option is used, the fixed database names and display titles are each terminated by a colon, with no white space in between the two names. When a field has an allowed value parent, the fixed database name of the parent field is printed after the child field’s colon-terminated display title. This parent field is not terminated by a colon.
$ evsearchlist
ASSIGNED_TO Assigned To CATEGORY Category CLARIFY_ID Clarify ID COMMENTS Comments COMPONENT Component DATE_CLOSED Date Closed DATE_CREATED Created DAYS_IN_STATUS Days in Queue DAYS_OPEN Days Open ... ... ... |
$
$ evsearchlist -r
+ASSIGNED_TO:Assigned To CATEGORY:Category CLARIFY_ID:Clarify ID *COMMENTS:Comments COMPONENT:Component DATE_CLOSED:Date Closed DATE_CREATED:Created DAYS_IN_STATUS:Days in Queue DAYS_OPEN:Days Open ... ... ... $ |