CLI Reference > Server Administration Commands > tm createverdict
  
tm createverdict
creates a test verdict
Synopsis
tm createverdict [--name=value] [--image=[none|default|<path>] [--description=value] [--position=[<number>|first|last|before:<name>|after:<name>] [--verdicttype=[pass|fail|other] [--password=password] [--user=value] [--hostname=value] [--port=number] [(-?|--usage)] [(-F file|--selectionFile=file)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [-g|--gui] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]]
Description
createverdict creates a Windchill RV&S test verdict. For example:
tm createverdict --hostname=abcFinancial --user=jriley --verdicttype=failure --name="Does Not Match Requirement"
Options
This command takes the universal options available to all CLI commands, as well as some general options. See the options reference page for descriptions.
--name=value
specifies the name of the verdict. Names can be a maximum of 100 characters and cannot contain square brackets. This option is mandatory.
--image=[none|default|<path>]
specifies whether an image displays for the verdict.
--image=none does not display an image for the verdict.
--image=default displays the default image appears for the verdict.
--image=<path> specifies the path and name of a custom image for the verdict, for example, c:\images\fail_verdict_icon.gif.
* 
Images must be GIF or JPEG format, and no larger than 16 by 24 pixels.
--description=value
specifies a description of the verdict.
--position=[<number>|first|last|before:<name>|after:<name>]
specifies the position in the list of verdicts.
--verdicttype=[pass|fail|other]
specifies the type of test outcome that the verdict describes.
See Also
Commands: tm editverdict, tm deleteverdict, tm viewverdict, tm verdicts
Miscellaneous: options