on 2020 Nov 10 7:16 PM
I am not sure but where are localized data stored?:
I have this example item type:
< itemtype code=”Bar” autocreate=”true” generate=”true”>
<deployment typecode=”8995” table=”Bar”/>
< attributes >
< attribute type=”localized:java.lang.String” qualifier=”abc”>
< persistence type=”property”/>
< /attributes >
< /attributes >
< /itemtype >
Request clarification before answering.
There will be a table named "BarLP" containing the localized data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a million! really helpful.
Hi,
For all of the attributes of type Bar, Hybris will create a separated table named barlp and into this table it will store all of the localized types as columns.
Best Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.