I am trying to extend the Tools menu to allow users to export to csv from the search results page.
I have copied menubar_component.xml to my custom directory and added the following line, copied from dm_sysobject_actions.xml
<actionmenuitem dynamic="genericnoselect" name="tools_exportcsv" nlsid="MSG_EXPORT_TO_CSV" action="exporttocsv" showifinvalid="true" showifdisabled="true"/>
The option appears in the Tools menu in the search results screen, but it is greyed out. How do I make it active? Should I be scoping this somehow for the search results page, or do I also need to extend an actions component?
- Jane