i need to increase the Item Number field size to be 40 characters instead of 20 characters , how can i do that
*This post is locked for comments
I have the same question (0)One approach is, create EDT extension change the string length.
Other is create a new EDT extending base EDT, keep the length as required. Create extension for tables where your EDT has been used. Find the field from your extensions change the Extensible Data Type to your new EDT.