Hi Experts,
we have requirement to hide CustometID in search results from B2BCustomer in backoffice. this column is fetching from OOTB ext b2bcommercebackoffice, if we try to override in custom backoffice ext changes are not effecting. Any pointers will be helpful.
OOTB:
<context merge-by="type" parent="Customer" type="B2BCustomer" component="listview"> <list-view:list-view xmlns:list-view="http://www.hybris.com/cockpitng/component/listView"> <list-view:column qualifier="customerID"/> </list-view:list-view> </context>
Custom code we written:
<context merge-by="type" parent="Customer" type="B2BCustomer" component="listview" >
<list-view:list-view xmlns:list-view="http://www.hybris.com/cockpitng/component/listView"> <list-view:column qualifier="customerID" merge-mode="remove"/> </list-view:list-view> </context>
Request clarification before answering.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.