Options

How to User Object Metadata with Web Servies

dipakpatel2505dipakpatel2505 Member Posts: 169
edited 2012-02-06 in NAV Three Tier
Hello All,

How can I use Object Metadata with Nav Web Services ?

Basically, I want to do development using Nav Web Services in such way that when I add field on Page in Navision, it gets automatically populated on Nav Integration application like Web Site or SharePoint.

Any suggestion is appriciate....

Comments

  • Options
    deV.chdeV.ch Member Posts: 543
    Well i would try using an xmlport with table object metadata as source and add all fields, so the binary data should be serialized well when used in a webservice codeunit.
    This way you can parse the metadata on client side and dynamicly build your website/client form acording to the data.
  • Options
    dipakpatel2505dipakpatel2505 Member Posts: 169
    Thanks you Dev.ch for reply.

    Can we explain me in more detail ?

    Basically I want to integrate NAVISION using Web Services for Sales Order Entry with either Web Application or SharePoint Web site using Object Metadata.

    How can I do it using Object Metadata so that if any new field is added on Page in Navision RTC then it get automatically populated on Integrated Application ?

    Please Guide me if you have better suggestion.

    Any help is appriciated.

    With Best Regards,
    Dipak Patel
Sign In or Register to comment.