Difference between revisions of "Custom Fields – General Information"

From SmartWiki
Jump to: navigation, search
Line 3: Line 3:
 
The following settings are common to almost all [[Custom Fields|Custom Field]] types:
 
The following settings are common to almost all [[Custom Fields|Custom Field]] types:
  
[[Image:Cf1.png]]
+
* '''Custom Field ID'''
 
+
* '''Field Type'''
 
+
* '''Field Name'''
 +
* '''Caption'''
 +
* '''Display Order'''
 +
* '''Description'''
  
 +
<!--
 +
[[Image:Cf1.png]]-->
 
===Field Name and Field ID===
 
===Field Name and Field ID===
* The field name is mandatory.
+
* The field name is mandatory and can be up to 255 characters in length.
* The name can be up to 255 characters long and should not include special characters that could be misinterpreted by the [[Browser|browser]].
+
* The name should not include special characters that could be misinterpreted by the [[Browser|browser]].
 
* The Field ID is automatically generated by the system as a number value and is displayed to the right.
 
* The Field ID is automatically generated by the system as a number value and is displayed to the right.
  
Line 37: Line 42:
 
<u>'''Field Type'''</u>
 
<u>'''Field Type'''</u>
 
The field type is used to define the characteristics of the field. There are over '''50''' field types currently available.
 
The field type is used to define the characteristics of the field. There are over '''50''' field types currently available.
===Common Custom Field Settings===
 
Each custom field contains a button at the top linking it to the three following settings pages:
 
 
* [[Field Data]] - displays all the values that have been saved to the field.
 
* [[Update History]] - displays all the updates to field settings.
 
* [[Custom Field Language Settings|Language Setting]]
 
 
 
===[[display order|Display Order]]===
 
===[[display order|Display Order]]===
 
* This setting determines the order that the field will be displayed on the page. The first field that is added to an [[Entity|entity]] will use a display order of 10.
 
* This setting determines the order that the field will be displayed on the page. The first field that is added to an [[Entity|entity]] will use a display order of 10.
Line 71: Line 69:
  
 
You should start the number sequence for these types of related fields at some higher level. For example, role 1 starts at 5000, role 2 starts at 8000.
 
You should start the number sequence for these types of related fields at some higher level. For example, role 1 starts at 5000, role 2 starts at 8000.
 +
 +
==Common Custom Field Settings==
 +
Each custom field contains a button at the top linking it to the three following settings pages:
 +
 +
* [[Field Data]] - displays all the values that have been saved to the field.
 +
* [[Update History]] - displays all the updates to field settings.
 +
<!--* [[Custom Field Language Settings|Language Setting]] - -->
 +
* Search Reference - displays all locations where the custom field is referenced in the system.
  
 
===Tab Name===
 
===Tab Name===
Line 76: Line 82:
 
* The tab name can be any text string.
 
* The tab name can be any text string.
 
* Custom fields that are not associated with a tab will be displayed on a tab named Default.
 
* Custom fields that are not associated with a tab will be displayed on a tab named Default.
 +
* The Tab Name option appears once the Advanced Options are enabled, on the Classic Options tab.
  
 
====Fields with No Tab Set====
 
====Fields with No Tab Set====
Line 85: Line 92:
 
===Visibility Condition===
 
===Visibility Condition===
 
Whether or not a [[Custom Field|custom field]] is visible can be controlled using conditional statements in this box.
 
Whether or not a [[Custom Field|custom field]] is visible can be controlled using conditional statements in this box.
 +
(Appears on the Permissions and Availability tab, once the Advanced Options are enabled.)
  
 
See [[Visibility Condition]] for more information.
 
See [[Visibility Condition]] for more information.
Line 97: Line 105:
 
[[Image:Cf8.png]]
 
[[Image:Cf8.png]]
  
 
+
<!--
 
<u>'''How Field Data is Stored'''</u>
 
<u>'''How Field Data is Stored'''</u>
  
Line 112: Line 120:
 
* '''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). -->
 +
===Custom Field References===
 +
This feature is intended to help determine the impact of a custom field change by highlighting where the custom field is referenced within the system
 +
 
 +
Each Custom field has a '''Search Reference'''
 +
 
 +
[[Image:SearchReference1.png|border]]
 +
 
 +
When used the feature will search references to this custom field via variable syntax in various areas, including:
 +
 
 +
* Other custom field options/visibility condition, including [[JavaScript Validation]], [[Visibility Condition]], [[Custom Field Type: Special – Calculated Value|calculated values]], etc.
 +
* [[Template / Type Formula|Template formulas]]
 +
* [[Submit buttons]]
 +
* [[Submit Logic]]
 +
* [[SmartCheck Validation]]
 +
* [[Workflow Task]]
 +
* [[Creating_a_Single_Step_Workflow#Connecting_Tasks|Workflow connectors]]
 +
* Data class policy
 +
 
 +
[[Image:SearchReference2.png|border]]
  
 
===Import and Export Custom Fields===
 
===Import and Export Custom Fields===
Line 137: Line 164:
  
 
Also see [[Custom Field Import Wizard]]
 
Also see [[Custom Field Import Wizard]]
 
===Custom Field References===
 
This feature is intended to help determine the impact of a custom field change by highlighting where the custom field is referenced within the system
 
 
Each Custom field has a '''Search Reference'''
 
 
[[Image:SearchReference1.png|border]]
 
 
When used the feature will search references to this custom field via variable syntax in various areas, including:
 
 
* Other custom field options/visibility condition, including [[JavaScript Validation]], [[Visibility Condition]], [[Custom Field Type: Special – Calculated Value|calculated values]], etc.
 
* [[Template / Type Formula|Template formulas]]
 
* [[Submit buttons]]
 
* [[Submit Logic]]
 
* [[SmartCheck Validation]]
 
* [[Workflow Task]]
 
* [[Creating_a_Single_Step_Workflow#Connecting_Tasks|Workflow connectors]]
 
* Data class policy
 
 
[[Image:SearchReference2.png|border]]
 
  
 
===Custom Field Types===
 
===Custom Field Types===

Revision as of 11:48, 22 August 2018

The following settings are common to almost all Custom Field types:

  • Custom Field ID
  • Field Type
  • Field Name
  • Caption
  • Display Order
  • Description

Field Name and Field ID

  • The field name is mandatory and can be up to 255 characters in length.
  • The name should not include special characters that could be misinterpreted by the browser.
  • The Field ID is automatically generated by the system as a number value and is displayed to the right.

Cf6.png

Referencing Field Names and Field IDs in other Custom Field Types

You can reference fields by name or by ID in other fields. The following field types support this type of referencing:

  • Display Only – External Entity Details.
  • Display Only - Web Page View.
  • Special – Calculated Value.

The syntax for these field types varies (some are processed on the server and other in a JavaScript in the client) and is explained for the individual field type.

Field Type The field type is used to define the characteristics of the field. There are over 50 field types currently available.

Display Order

  • This setting determines the order that the field will be displayed on the page. The first field that is added to an entity will use a display order of 10.
  • Additional fields that you add will automatically increase the display order by increments of 10.
  • If you wish to insert a field between two fields you can set the display order to a number that will position the field where required.
  • You can change the display order by setting the display order to a different number. For example, if you set the display order on a field to 5000 then the next field added will automatically become 5010.

Display Order with Related Entities

If you add custom fields to the basic contact entity and then add fields to roles associated with contacts, you will need to take care, as the fields will become mixed if they have the same number sequence.

The following table outlines where you need to be careful:

Entity Related Entity
Contact Roles
Companies Categories
UTA Level 1 Entities UTA Level 1 Template Entities

You should start the number sequence for these types of related fields at some higher level. For example, role 1 starts at 5000, role 2 starts at 8000.

Common Custom Field Settings

Each custom field contains a button at the top linking it to the three following settings pages:

  • Field Data - displays all the values that have been saved to the field.
  • Update History - displays all the updates to field settings.
  • Search Reference - displays all locations where the custom field is referenced in the system.

Tab Name

  • If you add a text value to the tab Name, the field will be displayed on that tab.
  • The tab name can be any text string.
  • Custom fields that are not associated with a tab will be displayed on a tab named Default.
  • The Tab Name option appears once the Advanced Options are enabled, on the Classic Options tab.

Fields with No Tab Set

Cf4.png

Same Fields with Tab set to Creation Details

Cf5.png

Visibility Condition

Whether or not a custom field is visible can be controlled using conditional statements in this box. (Appears on the Permissions and Availability tab, once the Advanced Options are enabled.)

See Visibility Condition for more information.


Role Field Permissions and Status Field Permissions

Access to a custom field is controlled by permissions.

See Role Field Permissions or Status Field Permissions for more information

Cf8.png

Custom Field References

This feature is intended to help determine the impact of a custom field change by highlighting where the custom field is referenced within the system

Each Custom field has a Search Reference

SearchReference1.png

When used the feature will search references to this custom field via variable syntax in various areas, including:

SearchReference2.png

Import and Export Custom Fields

You can use the custom field Import and Export features to move or copy custom fields from one entity to another (or even another instance of SmartSimple). The custom fields are exported and importing by using XML format.

Cf10.png

To export a block of custom fields, simply click the Export button at the top of a list of custom fields. A window will pop up showing the custom field settings in XML format:

ImportExportCustomFields.png

The XML block for the entire set of custom fields in the list will be displayed. Individual custom fields are delineated by the tags. Simply copy the block of custom fields you want to copy (you can make edits, e.g. to the display order in a text editor), click on the Import button at the top of the list of custom fields where you want to place the new fields, paste the XML block into the blank text area and confirm that you want to import the fields by clicking Import at the bottom of the Import pop-up.

The majority of field settings will be included in the copied fields. Exceptions include:

However, Field Permissions and Field Permission Matrices can be assigned to the new fields using the Batch Update feature.

As the custom field ID is unique to each custom field in the system, the custom field IDs will not be copied. Any newly created custom fields using the Export/Import feature will be assigned new custom field IDs.

Also see Custom Field Import Wizard

Custom Field Types

The full list of Custom Field Types can be found on the Custom Field Types page.

See Also