Options

Nav 2013 R2 web/win addin + .NET functionality

arnmaarnma Member Posts: 7
edited 2013-10-24 in NAV Three Tier
Hi,

I've been looking at http://msdn.microsoft.com/en-us/library ... 4(v=nav.71).aspx and to me it seems that you can only extend the "new" addins with javascript.
I'm hoping that I'm missing something, but is there a way to add some .net functionality as well. For instance, let the .net generate some html or data which will be passed to the javascript for display?

Comments

  • Options
    geordiegeordie Member Posts: 655
    Could you please fix your link? Actually doesn't work.
  • Options
    deV.chdeV.ch Member Posts: 543
    I didn't find time to look at html/js addins right now, but it should always be possible to run your .net code server side (through interop) and then provide your data (html, json, or whatever you need) to your addin via exposed methods?
    But running .net client side should not be possible because of the fact that no .net is running on client side if you use the webclient scenario.
  • Options
    arnmaarnma Member Posts: 7
    Correct link: http://msdn.microsoft.com/en-us/library/dn182544(v=nav.71).aspx

    @deV.ch Yes, that is an alternative and probably the way to go.
Sign In or Register to comment.