Difference between revisions of "Accessing Field or Status History in a Web Page View"

From SmartWiki
Jump to: navigation, search
(History of Any Tracked Custom Field)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
If you wish to display the history of changes to a tracked field (or a status field) in a '''Web Page Report''' you can use the following syntax:
+
==Status History==
 +
If you wish to display a '''Status History''' in a [[Web Page View]] use the following syntax:
 +
 +
'''@HistoryOf(status)@'''
 +
 +
 
 +
==History of Any Tracked Custom Field==
 +
 
 +
If you wish to display the history of changes to a [[Track Changes|tracked]] field other than the ''Status'' field in a [[Web Page View]]''' you can use the following syntax:
 
   
 
   
 
'''@HistoryOf(NNNNNN)@'''
 
'''@HistoryOf(NNNNNN)@'''
 
   
 
   
Where NNNNNN is the ID number of the [[Custom Fields|custom field]] that you wish to display the history.
+
Where NNNNNN is the ID number or Field Name of the [[Custom Fields|custom field]] that you wish to display the history.
  
 
The displayed information will consist of a three column table made up of '''Value''' added, '''Date/Time Stamp''' and the [[Username|username]] that changed the field.
 
The displayed information will consist of a three column table made up of '''Value''' added, '''Date/Time Stamp''' and the [[Username|username]] that changed the field.
  
The syntax does not accept a field name and is not enclosed in a '''#''' sign.
+
==See Also==
+
* [[Track Changes]]
If you wish to display a '''Status History''' use the following syntax:
 
 
'''@HistoryOf(status)@'''
 
 
Where '''Status''' is the [[User|user]] specified caption as assigned to standard field status on '''UTA Application Configuration''' page.  If this field were to have been re-labelled "stage", then the syntax would be: '''@HistoryOf(stage)@'''
 
  
[[Category:System Auditing]]
+
[[Category:Variables]]

Latest revision as of 13:57, 31 October 2013

Status History

If you wish to display a Status History in a Web Page View use the following syntax:

@HistoryOf(status)@


History of Any Tracked Custom Field

If you wish to display the history of changes to a tracked field other than the Status field in a Web Page View you can use the following syntax:

@HistoryOf(NNNNNN)@

Where NNNNNN is the ID number or Field Name of the custom field that you wish to display the history.

The displayed information will consist of a three column table made up of Value added, Date/Time Stamp and the username that changed the field.

See Also