Configure The Dictionary Entry Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 06:31 AM
Hi All,
I want to add a column to the 'sys_dictionary' table.
Are there any bad consequences that can be cased by this?
Thanks:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 07:30 AM
I would not recommend doing that.
You can filter and get to the table and identify any task record, you can come up with any logic that runs for change request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 11:39 PM
But where should I store the regex for each field?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 12:51 AM
I would suggest to create a new table to store your regex in. Add a table and field_name fields. Maybe, depending on your requirements even add a condition field.
This way you can use it on every table and field without having to touch the dictionary, or even another OOTB table in the system.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 01:04 AM
Here i suggest to strongly use system property which is very efficient , you can create a key:value pairs and update the sys properties when every you have a new entry. You can call this sys property anywere in your code easily...
i hope this help...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....