gd.tracking
When enabled, adds 4 tracking columns to the grid table to know who and when a grid row has been added and/or updated.
Class  | Grid  | 
|---|---|
Property  | gd.tracking  | 
Formal specification  | gd.tracking = true | false  | 
Required  | no  | 
Default  | no  | 
Version  | 1.1  | 
Comment  | Following columns are added to the gridtable 
  | 
Example  | gd.columns=auser, adate 
gd.tracking=true 
gd.tablename=qwerty 
#
# Display the create date and author of the row in the grid
#
col.auser=User who created the row 
col.auser.name=JIRA_USER_CRE 
col.adate=Row Creation Date 
col.adate.name=DT_CRE
 | 
Reference  |