The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Remove Description of a list Incident in Class Mobile UI

Dinh Nguyen
Kilo Sage
Hello everyone,
 
I have display problem in classic mobile ui. I don't know how to hide the description content as shown in the picture. Can someone point me in the right direction?
Thanks you so much.
 
DinhNguyen_0-1724778092148.png

This is my Table Titles configure:

DinhNguyen_1-1724778136427.png
var title = current.number;
var extras = [];
extras.push("Update " + current.sys_updated_on);
titleValues.setTitle(title);
titleValues.setExtras(extras);
1 ACCEPTED SOLUTION

Daniel Borkowi1
Mega Sage

Hi @Dinh Nguyen as I know this is not adjustable, it's always the display value of the table (if not set in dictionary, in this case its short_description). As example, if you define the Priority as display value (doesn't make any sense), it look like this.

DanielBorkowi1_1-1724829470354.png

 

DanielBorkowi1_0-1724829346772.png

 

 Greets
Daniel

Please mark reply as Helpful/Correct, if applicable. Thanks!

View solution in original post

1 REPLY 1

Daniel Borkowi1
Mega Sage

Hi @Dinh Nguyen as I know this is not adjustable, it's always the display value of the table (if not set in dictionary, in this case its short_description). As example, if you define the Priority as display value (doesn't make any sense), it look like this.

DanielBorkowi1_1-1724829470354.png

 

DanielBorkowi1_0-1724829346772.png

 

 Greets
Daniel

Please mark reply as Helpful/Correct, if applicable. Thanks!