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?
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.
Comments
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
Cheers