What's a size limit for creating system properties in an instance ?

ashwryadj
Tera Expert

I was recommended to use system properties instead of hardcoding them 

my question is there any kind of limit on creating system properties or 

I can create as many as I want. 

 

Thank you. 

3 ACCEPTED SOLUTIONS

Community Alums
Not applicable

Hi @ashwryadj ,

 There is no limit as per my knowledge .

 

View solution in original post

Prince Arora
Tera Sage
Tera Sage

@ashwryadj ,

 

System properties store configuration information that rarely or never changes.

So Basically its a record in "sys_properties" table, so there is NO limit in creation of record in the table, you can create any number of properties.

 

If my answer solved your issue, please mark my answer as Correct & 👍Helpful based on the Impact.

 

View solution in original post

Karan Chhabra6
Mega Sage
Mega Sage

Hi @ashwryadj ,

There isn't any limit on the number of records on the 'sys_properties' table.

 

While creating any custom system properties, make sure to group them in a seperate category.

Follow these steps to create add custom property into a category:

 

Step 1: Navigate to System Properties -> Categories

KaranChhabra6_0-1683122109129.png

 

Step 2: Create a new category and add your custom property in the properties related list, for example

KaranChhabra6_1-1683122375601.png

 

If my answer has helped with your question, please mark it as correct and helpful

 

Thanks!

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi @ashwryadj ,

 There is no limit as per my knowledge .

 

Prince Arora
Tera Sage
Tera Sage

@ashwryadj ,

 

System properties store configuration information that rarely or never changes.

So Basically its a record in "sys_properties" table, so there is NO limit in creation of record in the table, you can create any number of properties.

 

If my answer solved your issue, please mark my answer as Correct & 👍Helpful based on the Impact.

 

Karan Chhabra6
Mega Sage
Mega Sage

Hi @ashwryadj ,

There isn't any limit on the number of records on the 'sys_properties' table.

 

While creating any custom system properties, make sure to group them in a seperate category.

Follow these steps to create add custom property into a category:

 

Step 1: Navigate to System Properties -> Categories

KaranChhabra6_0-1683122109129.png

 

Step 2: Create a new category and add your custom property in the properties related list, for example

KaranChhabra6_1-1683122375601.png

 

If my answer has helped with your question, please mark it as correct and helpful

 

Thanks!

Thank you !😊