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