Difference between revisions of "Custom Field Type: Special - Geo Mapping"

From SmartWiki
Jump to: navigation, search
Line 1: Line 1:
 
==General Description==
 
==General Description==
 
Geo Mapping enables the highlighting of geographic locations of your choosing.
 
Geo Mapping enables the highlighting of geographic locations of your choosing.
 +
 +
==Field Illustrated==
 +
[[Image:GMapping.png]]<br />
 +
''Special - Geo Mapping (above)''
 +
  
 
{{FieldOptions}}
 
{{FieldOptions}}
{{ButtonLabel}}
 
{{ToolTip}}
 
{{HideFieldForNewRecord}}
 
 
{{SmartFieldView}}
 
  
 +
===Validation===
  
{{OptionsTab}}
+
----
{{AppearMandatory}}
+
* '''Mandatory''': Selecting this option means that this field is required and must be completed.
{{TrackChanges}}
 
{{DisableFromGlobalSearch}}
 
  
 +
* '''Appear Mandatory''': Makes the field appear as though it is a required field. Typically used in conjunction with browser scripts, JavaScript Validation or Submit Logic that perform validation.
  
 +
* '''Custom Validation''':
  
==Formatting==
+
* '''Failed Validation Message''': Message displayed if validation fails.
{{FieldFormattingOptions}}
 
  
 +
===Feature Options===
  
{{CFPermissionsTab}}
+
----
 +
* '''[[Track Changes]]''': Keeps track of changes made to this field.
  
 +
===Value Storage===
  
 +
----
 +
* '''From Custom Field(s)''': The custom field that value(s) will be taken from.
  
==Notes==
+
* '''To Custom Field''': The custom field that value(s) will be sent to.
The driver for this device can be downloaded from the [[SmartSimple]] '''Help''', '''Downloads''' section.
 
  
{{CustomFieldPageFooter}}
+
==Permissions & Availability Tab==
 +
{{FieldPermissionMatrix}}
 +
{{FieldPermissions}}
 +
{{VisibilityCondition}}
 +
{{On New Record}}

Revision as of 10:15, 29 August 2018

General Description

Geo Mapping enables the highlighting of geographic locations of your choosing.

Field Illustrated

GMapping.png
Special - Geo Mapping (above)


Field Options

Option Description Format
Custom Field ID The unique ID number associated with the custom field. Not Applicable
Field Type The list of available Field Types. @fieldtype@
Field Name The name of the field, used internally to reference the user's input; @fieldname@
Caption  The leading question or prologue before the field. @caption@
Display Order  The order (relative to other fields) in which this field is displayed. @displayorder@
Description Definition and general description of the custom field. Will not be displayed. @description@


Validation


  • Mandatory: Selecting this option means that this field is required and must be completed.
  • Appear Mandatory: Makes the field appear as though it is a required field. Typically used in conjunction with browser scripts, JavaScript Validation or Submit Logic that perform validation.
  • Custom Validation:
  • Failed Validation Message: Message displayed if validation fails.

Feature Options


Value Storage


  • From Custom Field(s): The custom field that value(s) will be taken from.
  • To Custom Field: The custom field that value(s) will be sent to.

Permissions & Availability Tab