How to get "Send To Program" to work in NAV 2009 R2 RTC

Hello,

does anyone know how I can get “send to program” get to work in NAV 2009 R2? It works fine in Classic Client. I can configure it the same way in RTC but it won’t show up in the Actions menu.

For testing purposes I just want to invoke Notepad.Exe and use a xslt style sheet which simply outputs everything, like so:

<xsl:stylesheet xmlns:xsl="">www.w3.org/…/Transform" version=“1.0”>
<xsl:template match="/">
<xsl:copy-of select="/" />
</xsl:template>
</xsl:stylesheet>

Maybe I missed an important step.

Thanks in advance
Sascha

this may help you

http://www.mibuso.com/forum/viewtopic.php?t=36267