Hi Folks,
I am working on ISA 7.0 application. I am trying to modify Order search framework by passing a custom document_type value to the CRM backend. I am using this value as a badi filter for our generic search badis.
For this, I created generic-searchbackend-config.xml file in xcm/customer/modification folder in crm~tc~web~core project. My changes are working fine in development.
When I moved my changes to Test environment using the development track, I could see my code in NWDS. However, the Order search custom document_type is not appearing in the search box and hence not getting passed to the backend.
Is there any other file which I have to modify so that runtime application starts picking up generic-searchbackend-config file from xcm/customer/modification folder? I haven't included any statement like this in my file
"<xi:include href"
Please help.