difference between system property and base property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
please specify detailed differences ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I am not sure where you read the term base property. All properties created for global or scoped apps or custom apps developed in Studio will have properties created in sys_properties table.
Maybe you are referring to properties that are created out of box as base properties. Optional and user defined properties along with base properties you are referring as system properties. As per documentation and usage, they are only called system properties.
Property configured from Studio for Custom Application
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago - last edited 10 hours ago
Aspect System Property Base Property
Definition | Any property in sys_properties (custom or OOB) controlling behavior/configuration. | The OOB/default version of a system property as delivered by ServiceNow (before modifications). |
Ownership | Could be created or modified by customer. | Provided by SN; not meant to be modified (or only through upgrades or configuration). |
Overriding | Custom values can override base property values. | Serves as fallback; retains original behavior if no override. |
Purpose | Used to adjust behavior, enable/disable features, make configurations. | Ensures a known starting point/default setting that SN expects. |
Shashank Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago - last edited 5 hours ago
Hi @sagarpundir ,
System Property: Any property in ServiceNow (custom or OOTB) stored in sys_properties to control platform behavior.
Base Property: The default properties delivered OOTB by ServiceNow.
Thanks & Regards,
Muhammad Iftikhar
If my response helped, please mark it as the accepted solution so others can benefit as well.