Snippets

Jonathan Hult WebCenter Content - Add customized Checkin Similar link to Search Results Popup Action Menu Item

Created by Jonathan Hult
<$if dpTriggerValue and dpTriggerValue like "DTrade"$>
	<$extra_setup_search_results_action_popups='
		<$include super.extra_setup_search_results_action_popups$>
		<$exec rsAppendNewRow("PopupProps")$>
		
		<$PopupProps.label = "Checkin CG-22"$>
		<$PopupProps.function = "<$HttpCgiPath$>?IdcService=CHECKIN_SIMILAR_FORM&dID=<$dID$>&dDocName=<$url(dDocName)$>&dDocTitle=<$url(dDocTitle)$>&dpTriggerValue=DTrade&dpDisplayLabel=DTrade"$>
		
		<$PopupProps.class = "document"$>
		<$PopupProps.id = "cg22-checkin"$>
	'$>

	<$setResourceInclude('extra_setup_search_results_action_popups', extra_setup_search_results_action_popups)$>
<$endif$>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.