Calculated fields

Calculated fields are user-defined fields which contain information based on a formula, calculation, or evaluation of an expression. Service Management includes several calculated field templates with parameters. To define a calculated field for a record type, you select a template and supply a value for each parameter. The calculated field can then be added to analytic reports for that record type.

How to add a calculated field

  1. From the main menu, select Administration > Configuration > Studio > Fields.

  2. Select the record type in the drop-down list at the top of the page.

  3. Click New calculated field. The Add calculated field dialog box opens.

  4. Select a calculated field template on the left. For more information, see Calculated field templates.

  5. For each parameter in the template, click the parameter, select a parameter value, and click OK.

    Note For parameters that specify a field, do not select encrypted fields.

  6. Click Create. The calculated field is added and appears in the following:

    1. Fields list for the record type. From the main menu, select Administration > Configuration > Studio > Fields, and select the record type in the drop-down list at the top of the page. Click Calculated to display only calculated fields.

    2. New analytic report dialog box. When you create an analytic report for the record type, the calculated field is available for selection in the Filter by and Group by fields.

 

How to edit or delete a calculated field

Note For a calculated field, you may edit only the multilingual label.

  1. From the main menu, select Administration > Configuration > Studio > Fields.

  2. Select the record type in the drop-down list at the top of the page.

  3. Select the required calculated field. The details are displayed in the preview pane on the right.

    1. To delete the field, click Delete field.

    2. To edit the multilingual label, make the required changes in the preview pane.

Maximum number of calculated fields

  • There may never be more than 20 calculated fields for each record type.

  • If you want to create a calculated field, and there are already 20 for that record type, you must first delete an existing calculated field.

Note If you have development and production tenants, all configuration changes must be made on the development tenant. For more information about synchronizing the tenants, see Dev2Prod - How to synchronize your development and production tenants.

Logical type details

Type Description Maximum length Maximum number of fields per record1
INTEGER Numeric - integer - 15
MEDIUM_TEXT Text 5002 5
BOOLEAN Boolean - 5

Note  

1 The number of new fields of that type that you can add to out-of-the-box records.

2 The maximum length of encrypted fields is lower than the limit for unencrypted fields of the same type.

Related topics