Is it not possible to visualize field "Descrizione" inside Search page?
Is it not possible to visualize field "Descrizione" inside Search page?
Is it not possible to visualize field "Descrizione" inside Search page?
Hi Raffaella,
If I am not wrong, you would like to add Description column to Search result table. To do this:
1. Define a CustomResultTableView class that extends PersistableResultTableView
2. Override getOOTBTableViews() method to include additional column
3. In the getSpecialTableColumnsAttrDefinition() method, add new Data Utility based field
4. Hook your custom table view to to service.properties file via customizationService.xconf file
5. Write custom data utility to fetch Description value and hook this DU into components.dataUtilities.properties file
6. {Optional} If required you need to clear table view from TableViewDescriptor & ActiveViewLink table this perticular table> IMPORTANT: Have backup of those table before doing this.
7. Stop MS
8. Clear Tomcat, Info*Engine cache
9. Restart MS
10. Add Custom Descrizione column to table view.
In the past I had done this for Modified By field. See below screen capture:

Thanks,
Shirish
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.