cancel
Showing results for 
Search instead for 
Did you mean: 

input fields accept only 32 characters (e.g. in Edit Prop.)

chfi
Champ in-the-making
Champ in-the-making
For some reason when you edit the properties for an object in OpenWorkdesk you aren't able to enter very long names for properties. The entry field stops accepting input after 32 characters (though it is configured in backend to accept longer names). Is there a way to configure this?
1 REPLY 1

vahe
Champ in-the-making
Champ in-the-making
Yes, there is a way to configure this in the new OpenWorkdesk 3.2 release. We introduced a new node in the owbootstrap.xml that is named "DefaultStringMaxSize" => the default value is 32 and you can change it to any value.
….
<ClassName>com.wewebu.ow.server.app.OwStandardFieldManager</ClassName>
        <Version>3.2.0</Version>
        <TextAreaThreshold>255</TextAreaThreshold>
        <DefaultStringMaxSize>32</DefaultStringMaxSize>
….
Welcome to the new Hyland Connect. Get started or submit feedback.