Display NAV 2013 links in a web page using a web service

mathieukmathieuk Member Posts: 15
edited 2013-10-15 in NAV Three Tier
Hi guys,
I need to be able to show the list of links linked to a record in a web page.
I don't know how to do it using a web service as a web service can't return a record.
Any ideas how I can do it?

Cheers,

Comments

  • mmperis8mmperis8 Member Posts: 19
    Hi,

    You can use a XMLPort to export via web service the content of "Record Link" table. Once made the XMLPort call it from a Codeunit and publish that codeunit in WS. On the web, you can format the result of the XML generated.

    Regards
  • mathieukmathieuk Member Posts: 15
    yes, that's a good idea. I'll give it a try.
    Cheers
Sign In or Register to comment.