cancel
Showing results for 
Search instead for 
Did you mean: 

Showing actions on in search result list.

alexm123
Champ in-the-making
Champ in-the-making
Is there a way to show actions only in search result list?

For example, I search a document, and the document has a primary folder. I want to open the primary folder of the document

The action for opening the primary folder is already implemented (as plugin).

How to enable the actions only in the search result list?
2 REPLIES 2

wharper
Champ in-the-making
Champ in-the-making
Greetings AlexM123,

Thank you for taking the time to post in our forums.

In the future try not to create duplicate topics or threads.

I hope you find the help that you need in the forums.

Best,

William

deko
Star Contributor
Star Contributor
Hi AlexM123,

You are talking about Workdesk and the search master plugin, is that correct? In Workdesk, we are not talking about actions but document plugins instead. You can configure, which plugins shall be available in the search master plugin and related result lists by configuring the following node in the search master plugin itself in owplugins.xml:


<EnabledDocumentFunctions enable="true">
      <!– <pluginid>com.wewebu.ow.owdocprops</pluginid> –>
</EnabledDocumentFunctions>


To enable your plugin in the search result list, you would add the plugin id of your document plugin and the plugin should appear then. Is this what you were looking for?

Best regards,
Dennis