Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

how to get class name in header

skumar_srbh
Tera Guru

I need to show the "class name - record name" in the header in default view. currently it's only name. could you please suggest on this...

Thanks!!!

 

1 ACCEPTED SOLUTION

skumar_srbh
Tera Guru

I mangaed to find it.

This can be achived by desabling the option "compact the user interface".

View solution in original post

3 REPLIES 3

Subhojit Das
Kilo Guru

Hi,

Refer the below thread:

https://community.servicenow.com/community?id=community_question&sys_id=73e0dba9dbdcdbc01dcaf3231f96...

If you find it useful please mark as Correct and Helpful.

Regards,

Subhojit

Jaspal Singh
Mega Patron
Mega Patron

Hi,

You can do soemthing as below.

 

1. Create a new field that is concetenation of 'class name - record name' and use that as the display value for the table but it would then modify the value it is being referenced.

2. You can write a client script by following link which is done by DOM manipulation.

 

Thanks,

Jaspal Singh

 

Hit Helpful or Correct on the impact of response.

skumar_srbh
Tera Guru

I mangaed to find it.

This can be achived by desabling the option "compact the user interface".