What is the maximum string length of a String system property?

lonesoac01
Giga Guru

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.

1 ACCEPTED SOLUTION

Peter Bodelier
Giga Sage

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.

View solution in original post

5 REPLIES 5

Yeah, JSON and Dictionaries were the direction I was heading to as well.