cancel
Showing results for 
Search instead for 
Did you mean: 

Remove OOTB list view from Backoffice

08-17-2020 3:32 PM
506 views 0 comments
SAP Managed Tags
Subscribe

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>

Accepted Solutions (0)

Answers (0)