
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2018 12:13 AM
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 ?
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2018 12:18 AM
Go to tables and columns module and check this option:
Please Hit ✅Correct, â�ï¸�Helpful, or â�£ï¸�Like depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2018 12:18 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2018 12:29 AM
Thanks Shusovit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2018 12:22 AM
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:
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2018 12:28 AM
Thanks Rajesh