WebCenter Content Add New Link in Search Result Action Menu
Below is small snippet to add a New Link under Search Result Action Menu by idocs script in resource file, <@dynamichtml extra_setup_search_results_action_popups@> <$exec rsAppendNewRow(“PopupProps”) gt; <$exec setValue(“PopupProps”, “label”, “<Add your label here>”) gt; <$exec setValue(“PopupProps”, “ifClause”, “<Add your Conditions here>”) gt; <$exec setValue(“PopupProps”, “function”, “<Add URL for which we need to link>”) […]
WebCenter Content Add New Link in Search Result Action Menu Read More »









