Can i add one Item in this url?

Franklin
Franklin Member Posts: 253
edited 2011-11-28 in NAV Three Tier
http://urldomain:7047/DynamicsNAV/WS/CompanyName/Page/Integration_Item_Card

The issue is that I have posted a field in the Item table correctly.

But when you call the web service from php code by passing one reference does not appear the field. I would like to test (if possible) to pass me the same value from IE to check if a php bug

PD: The field has a value (not 0 or empty)

](*,)

Comments

  • nileshshelar
    nileshshelar Member Posts: 13
    Hi Franklin,

    After you add any field in Table and same need to access though web service following steps need perform.

    1) Add field in table.
    2) Add sames filed in Page.
    3) Need to restart NAV web service.
    4) In your C#.net or php code, you need to add web service, if already added then need to upgrade.
    5) After upgrade you can see added filed in your third party application.

    This will definitely work.