- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 07:06 AM
I am interested in making a mini-table in a system property. The reason I want to make a mini-table is because the target audience is really small and so is the data set. I really do not want to create a custom table if I can help it.
Thank you.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 07:11 AM
Hi @lonesoac01,
You really should not do that. I understand why you might think this can be a solution, but it really isn't.
If the reason is you don't want to use a table license for such a small table, consider setting up a table which could be used for more use cases as this. Introduce a type field in a custom table, which helps you to differentiate between your different records in the table, and work from there.
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-21-2023 07:21 AM
Yeah, JSON and Dictionaries were the direction I was heading to as well.