How to change breakdown's display name?

TatsuyaY
Tera Contributor

I want to change breakdown's display name.

ex. :  Department.Name → Department.Name(Department.ID)

 

I found Old answer(https://www.servicenow.com/community/platform-analytics-forum/breakdown-script-question/m-p/1228522 ...and resemble answer(https://www.servicenow.com/community/csm-forum/how-do-you-change-the-display-value-of-a-reference-fi...) .

 

Please let me know if there is a better way to do this in ver. Washington DC.

1 ACCEPTED SOLUTION

Runjay Patel
Giga Sage

Hi @TatsuyaY ,

 

I would suggest you to create a new filed and store the value like Department.Name(Department.ID) and make this field as display value filed.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

 

View solution in original post

In this video i have explained about Web service integration in ServiceNow like how it works, how we can configure it, what are the prerequisite and many more. I have covered below topics in this video. 1. understand Web Service. Like when and how we will use it. 2. Talked about Inbound and ...
2 REPLIES 2

Runjay Patel
Giga Sage

Hi @TatsuyaY ,

 

I would suggest you to create a new filed and store the value like Department.Name(Department.ID) and make this field as display value filed.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

 

In this video i have explained about Web service integration in ServiceNow like how it works, how we can configure it, what are the prerequisite and many more. I have covered below topics in this video. 1. understand Web Service. Like when and how we will use it. 2. Talked about Inbound and ...

Hi, @Runjay Patel ,

Thank you reply.

 

>I would suggest you to create a new filed and store the value like Department.Name(Department.ID) and make this field as display value filed.

It seems that the only solution is the one in your answer or the old answer. Thank you for the suggestion. I'll try to create a similar custom table and deal with it.