Skip to content

Title Field

Ashwin Date edited this page Sep 15, 2020 · 1 revision

UCM Currently does not have any title field. However, there are several places where using a title field is useful - eg: when creating a dropdown of records, when returning search results etc.

This document describes approaches for implementing a title field

Option 1

  • Create a DB column in the UCM records table for title
  • Introduce a type level config that allows choosing which field is the "title" field. Only text fields can be chosen from
  • When the UCM record is saved, the value of the chosen field is copied to the title column
Clone this wiki locally