Hi,
I am exposing a standard NAV page as an Odata web service in NAV, Page 51 - Purchase Header. I have a .NET application that consumes that web service and is able to create the purchase invoice with its related lines.
I would like to create a URL link (record link, type: link) in that purchase invoice using the OData web service. I know I can do it by creating a new SOAP web service or triggering some kind of event in the Purchase Invoice page. However, I have a requirement of not creating/modifying any NAV objects, so I am only allowed to use standard NAV functionality.
I would appreciate if anyone could help me on the following questions:
- How I could create a URL link and relate it to a Purchase Order using OData web services.
- Could I reuse any standard mechanism to create this link without modifying any objects in my NAV system?
Many thanks.
Answers
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/
Thanks for your reply. I know that it can be done by creating a new function in the page. However, I am not allowed to modify the page itself. Do you know another way of doing that without the need to modify any standard NAV objects please?
Thanks.