Change label of column in database view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 10:10 PM - edited 01-01-2024 10:11 PM
Hello all,
We have one requirement where we need to change column label for database view
We have created 'Date Fix' field on the case table .
Above field is visible on database view(u_user_cases), but in the database view we want label as 'Date-Fix'.
Is it possible to change column label for database view only?
Any help will be appreciated.
Thank you!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 10:23 PM
Hi,
Please check solution provided on below:
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 10:32 PM
Also check below link:
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 10:55 PM
Hello @Anil Lande ,
I have already tried above solution but in the table field we are unable to add database view table name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 10:40 PM
Hi @Neetu2000
Sometimes, two different tables may have fields of the same name that are both important (such as two tables with a sys_updated_on field). For clarity, relabel one of the fields.
Procedure
- Navigate to All > System Definition > Language File.
- Select New.
- Fill in the form as follows:Name Description
Table Name of the database view Label Display label Plural Plural form of the display label Element Name of the field on the database view - Select Submit.
Ref: Relabel a column
Cheers,
Tai Vu