How to check any field reference/existence in Servicnow?

Virendra K
Kilo Sage

Hello,

There is one field "XYZ" where I want to inactivate it, but before doing that I want to make sure whether this field has been used anywhere in service-now scripting, table, BR, etc.

As I have not created this field so I am not aware of its use. How could I find out this ?

1 ACCEPTED SOLUTION

Shusovit
Mega Expert

Go to tables and columns module and check this option:




find_real_file.png



Please Hit ✅Correct, ��Helpful, or ��Like depending on the impact of the response


View solution in original post

7 REPLIES 7

Shusovit
Mega Expert

Go to tables and columns module and check this option:




find_real_file.png



Please Hit ✅Correct, ��Helpful, or ��Like depending on the impact of the response


Thanks Shusovit.


Rajesh Mushke
Mega Sage
Mega Sage

Hey Virendra,



use code search in Studio,



With Studio, application developers can:


  • See exactly what files comprise their application in the Application Explorer.
  • Add new files to their application using a single Create Application File interface.
  • Navigate to files using familiar search-by-name or by-type behavior with the Go To dialog.
  • Find code both within and outside an application using the Code Search tool.
  • Operate on multiple files at once using the tabbed interface.
  • Operate on multiple applications at once using multiple studio windows.
  • Publish the application to company instances or the ServiceNow Store.
  • View information about the current application from the Status Bar.

Note: Studio is not intended for global applications and can behave unexpectedly when editing them.



Please Refer:


ServiceNow Studio




Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

Thanks Rajesh