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

Create the custom Navigation Node and filter

amigley_bastardo
Explorer
0 Likes
599

How do I add a filter to a type from the backoffice navigation tree? For example, I have a model type that contains an attribute that returns values ​​such as "Special" and "Review"; I would like to create two subnodes so that when you click on special, just show that data and in a second subnode show the "Review" ones. Is it possible to do this? because until now I can only show a single type with both classifications.

Regards!

Amy

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member625836
Active Contributor
0 Likes

Hi ,

It all depends on which version of SAP Commerce you are using. Hopefully any above 6.4. If so, then there is a explorerTreeSelectionProxy multiplexer widget available, where you would have to add conditions for your node (you can see an example in platformbackoffice-backoffice-widgets.xml where Inbox node is added). Then you would have to put a com.hybris.cockpitng.widgets.common.advancedsearchengine.genericinitializer widget between explorerTreeSelectionProxy and AdvancedSearchEnging to add any query condition you need.

Cheers, Jacek