/
col.xyz.name=<tracking field>
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 |
Related content
col.xyz.name
col.xyz.name
More like this
col.xyz
More like this
col.xyz.type
col.xyz.type
More like this
gd.tracking
gd.tracking
More like this
datasource.names
datasource.names
More like this
gd.columns
gd.columns
More like this