Difference between revisions of "Field Data"

From SmartWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
 
==How Field Data is Stored==
 
==How Field Data is Stored==
 
 
Custom field data consists of two general types – '''text type''' fields and '''object type''' fields.
 
Custom field data consists of two general types – '''text type''' fields and '''object type''' fields.
  
 
===Text Type Fields===
 
===Text Type Fields===
 
+
''Text Type'' fields are stored in the database as text strings.
''Text Type'' fields are stored in the database as text strings.  
 
  
 
These fields are fully searchable to any related application. For example, [[Role|role]] level fields can be searched though the '''Search People''' feature or any application that provides access to contact data.
 
These fields are fully searchable to any related application. For example, [[Role|role]] level fields can be searched though the '''Search People''' feature or any application that provides access to contact data.
  
 
You can also search and replace these values in bulk by using the '''Field Data''' tab and specifying the old and new value required.
 
You can also search and replace these values in bulk by using the '''Field Data''' tab and specifying the old and new value required.
 +
<!--
 +
[[Image:Cf9.png]]-->
  
[[Image:Cf9.png]]
 
  
  
 
===Object Type Fields===
 
===Object Type Fields===
 +
''Object Type'' fields are stored on the server in a resource folder on the server.
  
''Object Type'' fields are stored on the server in a resource folder on the server.
+
These fields can consist of files of any type, such as documents or images. Document type fields are searchable, provided the '''File Index''' option is selected (this option is only available for these types of fields).
 
 
These fields can consist of files of any type such as documents or images. Document type fields are searchable, provided the '''File Index''' option is selected (this option is only available for these types of fields).
 
  
 
==See Also==
 
==See Also==

Latest revision as of 10:56, 24 August 2018


How Field Data is Stored

Custom field data consists of two general types – text type fields and object type fields.

Text Type Fields

Text Type fields are stored in the database as text strings.

These fields are fully searchable to any related application. For example, role level fields can be searched though the Search People feature or any application that provides access to contact data.

You can also search and replace these values in bulk by using the Field Data tab and specifying the old and new value required.


Object Type Fields

Object Type fields are stored on the server in a resource folder on the server.

These fields can consist of files of any type, such as documents or images. Document type fields are searchable, provided the File Index option is selected (this option is only available for these types of fields).

See Also