Creating Custom Fields

From SmartWiki
Revision as of 15:53, 13 November 2007 by Julia Decker (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Understanding and using custom fields are vital in order to successfully creating an [[Instance|instance of SmartSimple that is true to your organisation’s needs.

Custom Fields are additional fields that you add to any of the entities that you have seen within the system such as:

You can also add custom fields to applications such as Sales Tracking, Expense Tracking and Time Tracking.

Some applications that you will use in SmartSimple consist primarily of custom fields, such as the Web Forms application and the Universal Tracking Application.

Additional custom field types are added to the system on a regular basis. Check the SmartSimple newsletter or SmartSimple wiki for new field types.

Custom Fields – General Characteristics

  • There are currently 40 field types to choose from.
  • Any number of custom fields can be created for any object. There is a limitation that only 400 custom fields can be displayed in a single page,
  • New custom fields can be added at any time without compromising any current information.
  • You use roles to control who can see and update specific fields.
  • To avoid cluttering each page you can group custom fields together on to “tabs”, or display in a multiple-column layout under a heading field.
  • You can build reports using both standard and custom fields.
  • You can build search filters using both standard and custom fields.

In this article, you will explore the creation of some standard types of custom fields – text box, combo box, heading and link type fields.

Creating Custom Fields – Step by Step

In this example you will add custom fields to the employee role information, however; the attributes of the custom fields are the same, regardless of the object.

1. Click the Configuration, Roles & Permissions menu.

2. Click the Edit button for the Employee role.

Creat1.png

There are three types of custom fields that you can associate with a role.

  • Base Custom Fields – these fields are always associated with the role.
  • UTA Custom Fields – these fields are only used when you associate a contact with the role in the context of a Universal Tracking Application.
  • Association Custom Fields – these fields are only used when you associate a contact with the role in the context of associating a contact with an organisation.

3. Click the Base Custom Fields tab.

The custom field list is displayed – currently blank.

Creat2.png

4. Click the New Field tab.

The New Custom Field window is displayed.

Creat3.png

This window consists of the following settings:

General Settings

Creat4.png

  • Display Order - determines the order in which the fields will be displayed on the page. The display order will start at the number 10 and increment by 10 for each custom field. The display order can be changed at any time without affecting any data.
  • Field Name – the name for the custom field. This name will also function as the caption unless the caption is set.
  • Caption – an alternative caption to the field name. If a caption is set it will be displayed rather than the field name.
  • Field Type - defines the content type for the field.
  • Tab Name – by adding a tab name, the custom field will be displayed on a tab of the same name at the top of the form. This technique reduces the length of the page. You can use multiple tabs and each field will be displayed under the associated tab.
  • Searchable – indicates if the field should be included in the search features.

Allow Empty Input Check Box

The Allow Empty Input check box is displayed for text and select type fields, and controls if data is mandatory in that field.

Creat5.png

  • If you disable Allow Empty Input for Text type fields, the user will have to enter a value into the text box.
  • If you disable Allow Empty Input for Select type fields, the user will NOT be able to save the record without selecting a value other than the first value.

Additional Field level Options

  • Searchable Check Box - the Searchable check box is used to make the field searchable.
  • Track Changes – this setting is used to indicate that all changes to the value in field should be tracked. This tracking includes the original and replacement value, the username and the date/time that the change was made.

In order to see the changes a user needs to be in a role associated with the Manager PermissionView Custom Field Changes. When in this role an icon is displayed next to the field caption.

Creat6.png

Option Settings

The Options field displayed below the field type will change depending on the field type selected.

  • For Select one or Multiple select type fields this will contain the list of selection options – separated by semi-colons.
  • For Text type custom fields, this can contain a default value for the field, or an instruction as to the purpose of the field.
  • For Calculated fields, this contains the expression.
  • For a multiple column layout, a Title Label field is used and the default value is set to the number of columns required.

Services Settings

The services options provide links between a field’s contents and external web services.

Creat7.png

  • Enable Map Service – displays the map icon next to the field name. This icon will launch the user’s selected map service and display a map of the content of the field – provided a valid address is stored in the field.
  • Enable People Search Service – displays the Search Internet icon next to the field name. This icon will launch a variety of search services and display the contact details from those services– provided a valid contact name is stored in the field.
  • Enable Organisation Search Service – displays the Search Internet icon next to the field name. This icon will launch a variety of search services and display the organisations details from those services– provided a valid organisation name is stored in the field.

Validation Settings

The Validation fields displayed below the field type will change depending on the field type selected.

Creat8.png

You can control the validation of any text type custom field.

  • Basic validation consists of date, numeric, and alphabetic validation. If you select date validation, a calendar icon will be displayed to the right of the field name automatically.
  • Custom validation allows you to set input masks for the field. For example >100 or @value@>100 would restrict the value entered to greater than 100. To validate 9 digits SIN number, isMatch(@value@, 'NNNNNNNNN', false). See the SmartSimple wiki for additional examples.
  • Message will display a field specific message if the validation criteria are not met.
  • For more advanced page level validations you can use the Custom Field – Special Browser Script to add a specific script to any page.

Value Stores To

Creat9.png

  • This setting will take the value for the current field and store it into another field associated with the same entity.
  • For example, you may need two fields, one captioned in English and another captioned in French, but need to store the value into a single field.

Formatting Settings

The formatting settings control the presentation of text type fields.

Creat10.png

  • Height – controls the number of lines for a text box. This size is based on the default text size in the client browser.
  • Width – controls the width of the next box.
  • Number Format – controls the format of the data when the field is displayed in View mode. You can use standard setting such as Integer, Decimal, Currency, Percent or custom formats such as $#,###.00.
  • Style – controls the bold, underline, italic and highlight attribute when the field is displayed in view mode.
  • Tool Tip – provides mouse over help to the user in the use of the field.

Role Permissions

Access to a custom field is controlled by role based permissions.

Creat11.png

  • Allow View Field – If you associate this setting with roles, then the field will only be displayed to people with these roles. If you leave this field blank, then everyone will be able to see the field.
  • Allow Modify Field – If you associate this setting with roles, then the field will only be modifiable by people with these roles. If you leave this field blank, then everyone will be able to modify the value on the field.
  • Deny View Field – If you associate this setting with roles, then the field will not be displayed to people with these roles. If you leave this field blank, then everyone will be able to see the field.
  • Deny Modify Field – If you associate this setting with roles, then the field will not be modifiable by people with these roles. If you leave this field blank, then everyone will be able to modify the value on the field.

General Tips when Creating Custom Fields

  • Save and Save & New – When you create a custom field and wish to start a new field right away without returning to the field list use the Save and New button. If you wish to save a field that you are not finished working on but wish to save then click the Save button.

Creat12.png

  • Moving quickly through a set of custom fields – if you need to move though a list of fields quickly use the navigate buttons displayed on the top right of the custom field page.

Creat13.png

  • Reordering the field List – if you add fields in between other fields the order can get confusing. You can reorder the custom field list by using the Re-order Fields tab at the top of the field list.

Creat14.png

  • Associating custom fields with multiple roles – if you add fields to multiple roles and associated a user with those rules the fields will be mixed when displayed as the order will be similar (field order 10 from role one will appear next to field order 10 from role two etc). You can avoid this by reordering the fields in each role with different starting number. For role one start at 1000 and for role two start at 2000.
  • Associating custom fields with the wrong entity – if you associate fields with the wrong role by accident use the Export and Import feature to move the fields to the correct entity. This will only work before you start adding information!

Creat15.png

  • If you have setup a Combo box or select one field has the wrong value and data has been entered – use Field Data feature to review and change the value. Also make sure you have added the correct value to the field options!

Creat16.png

Creating Custom Fields

1. Create the following fields for the employee role you have previously established:

Create.png

The completed field list will look as follows:

Creat17.png

2. Review an Employee record and set the fields as shown below:

Creat18.png

3. Select the Compensation fields.

Creat19.png