Custom Field Kinds

Custom Field Kinds

The following is a list of the valid Kinds of custom fields.
Kind
Notes
TextLine

TextArea

HtmlArea

Number
Represents any kind of number.
Integer
Represents only whole numbers
Money

Date

Time

TimeSpan
Represents durations.
DateTime

EmailAddress

PhoneNumber

FaxNumber

WebAddress

CheckBox

CheckBoxList

PickList
Represents a single-item combo-box.
Label
Represents a custom label
__M_TableName
These represent a link to another table.  For example, __M_Users would represent a user picklist.


Deprecated Kinds
These values are no longer supported.
SocalSecurityNumber

Recipient_Line1

Recipient_Line2

Address_Line1

Address_Line2

City

State

ZipCode


When injecting into a new system, if the new system does not support a specific Kind, in most situations, Universal Migrator will automatically adapt the field to a similar Kind.  For example, if Money is not supported, Number may be automatically substituted.

    • Related Articles

    • Copy a Custom Field into a Core Field

      Some systems don't have certain core fields and clients often create a custom field that they use instead. The following script will let you copy values from a custom field named 'Opened' into __M_Matters.Final_Date_Opened . You can adjust this ...
    • Create a "Legacy Matter Number" Custom Field

      Some firms rely heavily on Matter Numbers to search for a specific matter. Sometimes when they migrate to a new system it can't replicate the automatic numbering system from their old system so they want to renumber all their matters to a new scheme ...
    • Create a "Legacy Client Number" Custom Field

      Some firms rely heavily on Client Numbers to search for a specific client. Sometimes when they migrate to a new system it can't replicate the automatic numbering system from their old system so they want to renumber all their matters to a new scheme ...
    • Copy Calendar Entry Dates into Custom Field Values

      Some systems let you create custom fields that reference a Calendar Entry. When moving custom fields into a system that does not support this, an easy workaround would be to turn these custom fields into DateTime custom fields by copying in the start ...
    • Convert a Custom Field into a Practice Area

      --The system we are coming from does not have practice areas --however, the client has created a picklist custom field that mimics this. --We are going to convert this custom field into a practice area. --First, populate the practice areas table with ...