Introducing a new Customer Center experience Learn more

How do I know what is the maximum number of user-defined fields that I can create in SuperOffice CRM?

How do I know what is the maximum number of user-defined fields that I can create in SuperOffice CRM?

SuperOffice CRM allows creating user-defined fields in Settings and Maintenance, in the Fields (1) section. However, 119 fields are available in total for all the objects (2).



There is a limit of the field types that can be used in each of section. You may create a maximum of:

  • 60 fields (of which 4 must be indexed) of types number, date, check-box and list.
     
  • 40 fields (of which 4 must be indexed) of types short text and unlimited date.
     
  • 9 fields (of which 4 must be indexed) of type long text.
     
  • 10 fields (of which 4 must be indexed) of type decimal.


The fields that can be used stand for the types that are explained under the image.

  • Number (1) fields use Long fields that are stored in the UDXXXsmall table in the database.
     
  • Short text (2) fields use String[40] fields. When the number of String[40] fields finish, it will start using String[200].
     
  • Long text (3) fields use String[200] fields that are stored UDXXXLarge table in the database.

    Note! If the short text fields occupied space of the long text fields it will decrease the available number of fields for the long text type fields.
     
  • Date (4) fields use String[200] fields that are stored UDXXXLarge table in the database.
     
  • Unlimited date (5) fields use String[40] fields.
     
  • Checkbox (6) fields use String[200] fields that are stored UDXXXLarge table in the database.
     
  • Drop-down (7) fields use String[200] fields that are stored UDXXXLarge table in the database.
     
  • Decimal (8) fields use a double type of fields.

In total there are 60 Long, 40 String[40], 10 Double and 9 String[200].

Note! If you do not index (1) (make it searchable in the free-text search) any field, you will have 56 Long type fields to use. In other words, you lose the space of 4 fields. The same rule applies to String[40] (36), Decimal (6) and String[200] (5) type fields.


 

More information:

VideoHow to add a user-defined field to SuperOffice

FAQ: Why I cannot change a type of an already created user define field?

Bug: Cant add any more fields if 60 of one type UDEF on company tab added: An unexpected error occurred