difference between system property and base property

sagarpundir
Tera Contributor

please specify detailed differences ?

7 REPLIES 7

Bhuvan
Kilo Patron

@sagarpundir 

 

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

Bhuvan_0-1757653324319.png

Bhuvan_1-1757653367064.png

If this helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

Shashank_Jain
Kilo Sage

@sagarpundir ,

Aspect                                     System Property                                                                      Base Property

DefinitionAny property in sys_properties (custom or OOB) controlling behavior/configuration.The OOB/default version of a system property as delivered by ServiceNow (before modifications).
OwnershipCould be created or modified by customer.Provided by SN; not meant to be modified (or only through upgrades or configuration).
OverridingCustom values can override base property values.Serves as fallback; retains original behavior if no override.
PurposeUsed to adjust behavior, enable/disable features, make configurations.Ensures a known starting point/default setting that SN expects.
If this works, please mark it as helpful/accepted — it keeps me motivated and helps others find solutions.
Shashank Jain

M Iftikhar
Mega Sage


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.