Posted on 05/12/2022 10:00:36
As an example a street name that is longer than 255 characters to be imported into AccessUserAddress. It's not uncommon to have junk in there like "old address do not use, use bla bla instead, watch out for the dog and call Bob before delivering your package". This currently crashes the entire integration and the only way to fix that is:
1. Fix the data. This is of course the best solution but cannot always be done on time for an integration engineer to continue working
2. A Table Script to trim the data. Lots of work for something as simple as truncating data
With this new option turned on, truncating would happen automatically and cap the length at 255.
And it won't be an issue for PK as they would not exceed the max length normally and you would not turn on this option for a PK column anyway. And if they would exceed the max length and you did turn on that setting, I think you have other problems to worry about also :-)
Imar