- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:08 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:34 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 07:00 AM
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
Step 2: Create a new category and add your custom property in the properties related list, for example
If my answer has helped with your question, please mark it as correct and helpful
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 06:34 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 07:00 AM
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
Step 2: Create a new category and add your custom property in the properties related list, for example
If my answer has helped with your question, please mark it as correct and helpful
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2023 03:43 AM
Thank you !😊