Skip to main content

Custom Fields Tables

These tables show Simplicate custom field values per entity type. They share the same structure but link to different parent entities and store organization-specific information.

Prosper Rabo avatar
Written by Prosper Rabo
Updated this week

Configuratiom

Custom field values are shown in these tables only if the field has been configured for reporting. In Simplicate you can define which custom fields should be exposed to the Insights API by marking them as reportable in the custom fields settings.

Only fields that are marked as reportable will be included in the Insights API output. These fields are then mapped to the available report_column_1–report_column_5 columns in the tables below.

To learn how to set this up and how Simplicate determines which fields are included, see:Using custom fields in the Insights API

This guide explains:

  • How to access and manage custom fields per module

  • How to mark fields as reportable for Insights

  • How each reportable field is mapped to the corresponding report_column_x fields

  • Considerations when changing reporting configurations

Tables Covered

  • api_relation_custom_fields

  • api_project_custom_fields

  • api_sale_custom_fields

  • api_employee_custom_fields

Common Fields Structure

All custom fields tables share the same field structure:

Field Name

Type

Description

key_model_id

Integer

Identifier of the parent entity (relation, project, sale, or employee)

report_column_1

String

Value of the first custom field configured for reporting

report_column_2

String

Value of the second custom field configured for reporting

report_column_3

String

Value of the third custom field configured for reporting

report_column_4

String

Value of the fourth custom field configured for reporting

report_column_5

String

Value of the fifth custom field configured for reporting

Related Tables

  • api_relations - For api_relation_custom_fields via key_model_id = relation_id

  • api_projects - For api_project_custom_fields via key_model_id = project_id

  • api_sales - For api_sale_custom_fields via key_model_id = sale_id

  • api_employees - For api_employee_custom_fields via key_model_id = employee_id

Did this answer your question?