Methods to expose .NET project functions on an RTC Page

eagle_eyeeagle_eye Member Posts: 130
edited 2012-01-09 in NAV Three Tier
I have a .NET project whose functions I want to make available from an NAV RTC 2009 R2 page (I will want to send data to the project and get data from the project).

What are some ways I can go about doing that?

Comments

  • ara3nara3n Member Posts: 9,256
    what do you mean by project functions? Is this an executables, a .net dll? a .net website? a .net visual control?
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • eagle_eyeeagle_eye Member Posts: 130
    Good question. As you can see, I am not all that familiar with .NET. It will be a .dll
  • ara3nara3n Member Posts: 9,256
    what kind of function is that you need to write it in .net.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • eagle_eyeeagle_eye Member Posts: 130
    I am not writing it in .NET. It is an existing .NET program I would like to leverage from NAV.
  • ara3nara3n Member Posts: 9,256
    You can reference the dll as DotNet datatype, but you need 2009 R2.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • eagle_eyeeagle_eye Member Posts: 130
    I see .NET .dlls can be called in R2. Can .NET functionality be used with RTC in 2009 SP1? And if so, how would it be called?
  • matttraxmatttrax Member Posts: 2,309
    You would have to write a wrapper class that utilizes your existing .NET class. This wrapper class is like a go-between for NAV and the existing class.
Sign In or Register to comment.