cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hybris code to increase the default string length to expected size.

Former Member
0 Likes
2,069

Hi Experts,

Could you please help in increasing the default string length to 3000 characters for an attribute.

Apart from initialization and declaring the new respective attributes, expecting other new solutions.

Thank you in advance.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

a_e_dubey
Active Participant

@Ramchander Jivilikapally In this case only option is to increase size from directly in db. Because hybris does not update size/type once it is created in db. So manually you need to update in db along with same attribute size in items.xml.

Former Member

@ a dubey - Thank you very much for your quick help. Yes, I am following the same solution.

Requested DBA to delete the existing columns and am again adding those same columns with required column size in items.xml.

Regards,

Answers (0)