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

How to view custom attribute of extended type product in the attribute selector form in product cockpit?

Former Member
0 Likes
426

i am not able to see the custom attribute in the attribute selector form, on click of Export Excel in product cockpit.

Accepted Solutions (0)

Answers (1)

Answers (1)

ravi_tavva
Associate
Associate
0 Likes

Nayan, which version of Hybris Commerce Suite you are working on. The first list in my screenshot is the excluded attributes which is only limited list, and if you don't see your custom attribute there, type in the first few letters and then you should be able to see you custom attribute as well. Here is a sample attribute created called 'kaDabra' in product, which you see here, the second in the list.

Former Member
0 Likes

I am using Hybris 6.7.0.1.

I typed in the first few letters but is till don't see my extended/custom attributes in the list. Is there any localization needed or any other configuration change?

ravi_tavva
Associate
Associate
0 Likes

No localization needed. Going back..
1. Make sure your ant clean all is good
2. Did you update the system after restart?
3. Can you share your items.xml

Former Member
0 Likes

Yes Ravi....the ant clean was good. I am trying to setup the cockpit in the existing system which we have been using for a long time. So I have had many clean build and system updates.

I cant share the items.xml for security concerns but i have copied the type definitions below with changed name and fewer attributes

                 <persistence type="property" />
                 <modifiers read="true" write="true" search="true" />
             </attribute>
             <attribute qualifier="ghexInd" type="java.lang.Boolean">
                 <persistence type="property" />
                 <modifiers read="true" write="true" search="true" optional="false"/>
                 <defaultvalue>Boolean.FALSE</defaultvalue>
             </attribute>