Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi all,
I have a metafield of type "Short String" - in the database I see it has max length of 512.
So, we have imported data into this metafield which is 512 characters long.
But when I use IContentLoader to load a product containing that metafield, it is mapped to an EPiServer.Core.PropertyString which has a max length of 255... so, this exception is thrown:
How can I avoid this error? Is a "short string" metafield actually capable of using up to 512 characters? Or can it only use 255?
Thanks,
- Ken