How I can make a Page on Nav 2015, like a form on Classic Client?

Ehernandez
Ehernandez Member Posts: 3
I have a form like the FORM.PNG, I need make a similir form in a page on NAV 2015, i am really sorry for my bad english hope can any helpme. :)

Best Answer

Answers

  • jglathe
    jglathe Member Posts: 639
    Hi Ehernandez,

    short answer: You can't. :( The only way I would know would be to write a win application (probably winforms, but I'm no expert on this) and talk to the NAV page througha web service.

    with best regards

    Jens
  • mdPartnerNL
    mdPartnerNL Member Posts: 802
    You can do this with an add-in using C# or JavaScript. If you use a HTML based add-in it is actually relatively easy and way more flexible than the classic client. Hopefully Vjeko will release the stuff he showed at NAVTechDays and then your example can easily be done.

    But then it will only work in the webclient?
  • kevindstanley
    kevindstanley Member Posts: 11
    You can do this with an add-in using C# or JavaScript. If you use a HTML based add-in it is actually relatively easy and way more flexible than the classic client. Hopefully Vjeko will release the stuff he showed at NAVTechDays and then your example can easily be done.

    But then it will only work in the webclient?

    It will only work in the webclient if you use the javascript add-ins