Difference between revisions of "Date Fields"

From SmartWiki
Jump to: navigation, search
(Created page with "The '''Track Changes''' feature is used to enable the logging of all changes to any specified Custom Fields or Standard Fields within the system, including within a ...")
 
Line 1: Line 1:
The '''Track Changes''' feature is used to enable the logging of all changes to any specified [[Custom Fields]] or [[Standard Fields]] within the system, including within a [[Universal Tracking Application]], contact, company or transaction record.
+
The'''Calendar Date Field''' allows for easy selection of dates within SmartSimple.  
 
  
==Individual Fields==
+
For [[Custom Field|Custom Fields]] the '''Caption''' setting is used if you want to have a label for the field that is different than the field name. If the caption is not set, then the field name will be used as the caption.
Once a [[User|user]] has the '''View Field History''' [[Manager Permissions]], the '''hourglass''' icon will be displayed in the field [[caption]]'s [[Tool Tip|tool tip]]. Hovering the mouse over the field caption will display the tool tip.
 
:[[Image:HistoryButton.png|link=]]
 
Clicking on the hourglass brings up a window that displays the history of changes to that field.
 
:[[Image:HistoryPopUp.png|link=]]
 
  
 +
:[[Image:CaptionSetting.png|link=]]
 +
::will display as
 +
:[[Image:CaptionDisplay.png|link=]]
  
'''Note:'''
 
* Track Changes on [[Standard Fields]] only records changes to data. It does not create an entry for the value stored the first time the record is saved. When the data is subsequently changed, the original value will be listed as the “Old Value.” The date the original value was set will be the record creation date/time.
 
* On [[Custom Fields]], Track Changes records the first data entry as well as each subsequent change.
 
* If you have a [[Shadow Application]], you must enable '''Track Changes''' on the fields in the Shadow Application if you wish to track changes initiated when records are accessed through the Shadow UTA.
 
* You can create [[reports]] on the custom field history using the [[Report_Recordsets#Field_and_Object_Log_Recordsets|Field and Object Log recordsets]].
 
  
 +
<!--In the case of most [[Standard Field]]s (other than those within a [[UTA]]) the caption can only be changed on [[External]] Pages. -->
 +
If you want the '''Caption''' to appear above the field instead of to the left of a custom field, select the "Label Above Field" option in the custom field settings.
 +
{{LabelAboveField}}
  
==All Tracked Fields==
+
If you are using a [[Custom Field Type: Title Bar – Multiple Columns|Title Bar – Multiple Columns]] Custom Field to define the number of columns, but don't want the actual Title Bar to appear, choose "Empty Title Bar" from the Label Display option.  
Once a [[User|user]] has the '''View Field History''' [[Manager Permissions]], the '''Field History''' tab will be displayed at the top of each individual record within the UTA.
 
:[[Image:FieldHistory1.png|link=]]
 
If the user clicks on the '''Field History''' tab then they will see a list of all the tracked changes for ALL tracked fields on a record. This will make it easy to identify what fields have been changed recently, rather than having to open the track changes on each field individually.
 
:[[Image:FieldHistory2.png|link=]]
 
  
===See Also:===
+
Note that the ''Caption'' setting is resizable, so when entering larger captions for a field, the entire caption can be seen.
* [[Accessing Field or Status History in a Web Page View]]
 
* [[Manager_Permissions#Manager_Permissions_Available_By_Default|Manager Permissions]]
 
  
[[Category:System Auditing]][[Category:Custom Fields]]
+
==Disambiguation - Status and Template Captions==
 +
[[Templates]], [[Types]] and [[Statuses]] can be given captions as well. These captions will be used instead of the Template/Type/Status name when displayed to the end user.
 +
 
 +
Where the name of the Template/Type or Status is returned by the variable @type@ or @status@, the caption can be returned using the [[Variable List|variable]] @typecaption@ or @statuscaption@.
 +
 
 +
==See Also==
 +
* [[Label Display Options]]
 +
 
 +
[[Category:Glossary]][[Category:Custom Fields]]

Revision as of 17:12, 10 July 2014

TheCalendar Date Field allows for easy selection of dates within SmartSimple.

For Custom Fields the Caption setting is used if you want to have a label for the field that is different than the field name. If the caption is not set, then the field name will be used as the caption.

CaptionSetting.png
will display as
CaptionDisplay.png


If you want the Caption to appear above the field instead of to the left of a custom field, select the "Label Above Field" option in the custom field settings.

  • Label Display: Determines the location of the field caption. Options include: Left of Field, Above Field, No Caption, Hide Caption. Note: this option was previously called Label Display. (See examples here.)

If you are using a Title Bar – Multiple Columns Custom Field to define the number of columns, but don't want the actual Title Bar to appear, choose "Empty Title Bar" from the Label Display option.

Note that the Caption setting is resizable, so when entering larger captions for a field, the entire caption can be seen.

Disambiguation - Status and Template Captions

Templates, Types and Statuses can be given captions as well. These captions will be used instead of the Template/Type/Status name when displayed to the end user.

Where the name of the Template/Type or Status is returned by the variable @type@ or @status@, the caption can be returned using the variable @typecaption@ or @statuscaption@.

See Also