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 change name displayed on Dependency view?

kris29
Tera Contributor

Hi,

I'm not sure where I should go to change name displayed on Dependency view.
If this view is configurable, where do I have to go in the instance to change it?

find_real_file.png

5 REPLIES 5

Not applicable

The default display value is the name field.
You can read this article and understand the flow.

TLDR the order is:

  1. A field with display=true in the system dictionary on the lowest sub-table for extended tables.
  2. A field with display=true in the system dictionary on the parent table.
  3. A field named name or u_name.
  4. The Created on field of the referenced record.