cancel
Showing results for 
Search instead for 
Did you mean: 

Customize backoffice advance search fields for another item type

0 Kudos

Hello Experts,

I have a requirement in the advanced search criteria of the backoffice for the Order item type. On click of the advanced search icon, the widget displays the search attributes relevant to Order item type. I would like to display the attribute from the BaseSite item type which is available in the Order as the search criteria.

Can you please provide me some direction on how to achieve this ?

Thanks and Regards, Ravi

Former Member
0 Kudos

Hi, have you found a solution to your problem? I'm searching for the same problem :)

View Entire Topic
0 Kudos
 <widget-extension widgetId="advancedSearch" >
             <setting key="referenceAdvancedSearchEnabled" type="Boolean">true</setting>
     </widget-extension> 
 
 We can use this code resolve above issue 

0 Kudos

Hi Pankaj,can you please explain in little more detail...