Hi,
When we define a %String property, and don't mention any MAXLEN, by default it uses 50 as defined in class %Library.String.
As a result, when we try to save data more than 50 characters, it fails with below error.
ERROR #7201: Datatype value 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' length longer than MAXLEN allowed of 50
This is very challenging when we parse data and tries to store it in SDA3 structure, because in many places its always set to 50, which is not enough.






