eveditlist

Displays the list of fields used on the edit screen for the current Business Area and Project

SYNOPSIS

eveditlist [-r ]

DESCRIPTION

This command displays the list of fields that are used when editing an issue in the ExtraView database. The field names are displayed in two columns. The first column is the field’s fixed database name. The second column is the field’s display title. The field names are printed out in the order that they appear on the ExtraView Edit screen, top to bottom, left to right.

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.

There may be one or more characters preceding each line. These have the following meanings –

Character Meaning
* This indicates the field can span multiple lines when being input
~ This indicates that the field is a member of a repeating record
% This indicates that the field has a display type of user
^ This indicates that the field supports multiple values
+ This is a field with a display type of multi-value list


Additionally, 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.

EXAMPLE

$ eveditlist -r
MODULE_ID:Module:PRODUCT_NAME
DEV_DOC_CHANGE:Doc Change:
+*DOCUMENT_IMPACT:Documentation Impact:
SIMILAR_SEARCH:Search for Similar:
PRIORITY:Priority:
+PRODUCT_NAME:Product:
SEVERITY_LEVEL:High:
+SHORT_DESCR:Title:
~RELEASE_FIXED:Committed Release:
+STATUS:Open:
DEV_REPRODUCIBLE:Reproducible:
*COMMENTS:Internal Comments:
CATEGORY:Category:
*DEV_RELEASE_NOTES:Release Notes:
RESOLUTION:Resolution:
RELATED_ISSUES:Related Issues:
PARENT_ID:Parent ID:
~RELEASE_FOUND:Requested Release:
%ASSIGNED_TO:Assigned To:
*DESCRIPTION:Description:
DEV_RELEASE_FOUND:Release Found:
~RELEASE_STATUS:Release Status:
*DEV_TEST_CASE:Test Case:
$