Change label of column in database view

Neetu2000
Tera Contributor

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!!

7 REPLIES 7

Anil Lande
Kilo Patron

Hi,

Please check solution provided on below:

https://www.servicenow.com/community/developer-forum/change-column-label-on-database-view/m-p/139353...

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Also check below link:

https://www.servicenow.com/community/performance-analytics-blog/customize-column-headers-in-database...

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Hello @Anil Lande ,
I have already tried above solution but in the table field we are unable to add database view table name 

Tai Vu
Kilo Patron
Kilo Patron

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

  1. Navigate to All > System Definition > Language File.
  2. Select New.
  3. Fill in the form as follows:
    Name Description
    TableName of the database view
    LabelDisplay label
    PluralPlural form of the display label
    ElementName of the field on the database view
  4. Select Submit.

Ref: Relabel a column

 

Cheers,

Tai Vu