Hi ya all,
I've been trying to setup a webservice. For that i've followed a pretty simple example which creates a webservice for the customercard.
(
https://mbs.microsoft.com/partnersource ... page=false Chapter 10)
Now i want to consume that webservice with my visual studio application and
it looks like some methods are missing.
I've got the following methods:
Create ( CustomerCard As CustomerCard ) As CustomerCard
CreateMultiple ( CustomerCard As CustomerCard ) As CustomerCard
Delete ( Key As string ) As boolean
IsUpdated ( Key As string ) As boolean
Read ( No As string ) As CustomerCard
ReadMultiple ( filter As CustomerCard_Filter , bookmarkKey As string , setSize As int ) As CustomerCard_List
Update ( CustomerCard As CustomerCard ) As CustomerCard
UpdateMultiple ( CustomerCard As CustomerCard ) As CustomerCard
But i can't find an Insert method! (And in NAV i did check the 'InsertAllowed' checkbox !)
Any suggestions, anyone?
Thanks in advance,
Tys
Comments
I want to access Customer Card to be displayed on the sharePoint site in NAV 2009.
I found that without using NAV Employee Portal, we can do it uing the Web Services.
So, Can anybody please help me? Please, provide me any Links, Posts or any material to reference for the same.
Thanks in Advance.
Ahmedabad, Gujarat, India
E Mail : ravi.thakkar@hotmail.com
You would have to do some coding in a web form, which basically would do the same as the code I have written in Excel, to allow Excel to modify data from NAV.
You will be able to find that code on my blog - but I haven't made anything in Sharepoint - yet!
Group Program Manager, Client
Microsoft Dynamics NAV
http://blogs.msdn.com/freddyk
The information in this post is provided "AS IS" with no warranties, and confers no rights. This post does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion.