Custom Files and OOB files - Related Links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 05:37 AM
What is OOB flies and customized OOB files?
Pls provide some related information along with reference link about this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 06:10 AM
Hi @Kiran Maruthi ,
Here are some definitions to get started:
OOB files refer to the Out of Box files that come with ServiceNow. These files are pre-built and are not customized by the user 1.
Custom files are files that have been created by the user to meet their specific business requiremen...1.
OOB customized files are Out of Box files that have been modified by the user to meet their specific...2.
Here are some useful links that can help you learn more about these topics:
- How to revert the customized file to base version or OOB version
- Revert customised record to OOB and transfer via Update-set for Upgradeability
- Business Services Using OOB CMDB Tables
I hope this helps!
Please mark it helpful if it helped you.
Thanks,
Dipen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 08:01 AM
In general, custom tables have names that start with "u_" (for global scope tables) or "x_" (for application tables). OOB tables have names that do not start with either prefix.