col.xyz.name=<tracking field>

When you want to display in a grid the values of a tracking field. 
(A tracking field keeps track when and by whom a row in the grid table has been created / updated)

Class

column

Property

col.xyz.name=<tracking field>

Formal specification

col.xyz.name = "DT_CRE" | "DT_UPD" | "JIRA_USER_CRE" | "JIRA_USER_UPD"

Required

no

Default

none

Version

1.5

Comment

Column properties are ignored when the column is mapped to one of the tracking fields. such as col.xyz.type, col.xyz.defaultValue, ...
Ensure that tracking has been enabled by specifying the gd.tracking property. 
The parameter is case sensitive. If you specify col.xyz.name = dt_cre, the plugin assumes you are referring to another attribute and will create a new column.

Example



  gd.columns=auser, adate  gd.tracking=true  gd.tablename=qwerty  col.auser=User who created the row  col.auser.name=JIRA_USER_CRE  col.adate=Row Creation Date  col.adate.name=DT_CRE



Reference

 gd.tracking
col.xyz.name