Hi all,
I am creating web appliction with Asp.net & C#.net using Navision 2009 sp1 web services for Sales Order.all fields are update in Header and Line but only the the fileds which are having the decimal datatype are not updated.i.e quantity, amount....etc...
If Any Solution then please suggest.
Thanks
Regards,
Arvind
0
Comments
There are a number of samples on my blog explaining this.
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.
thanks,would you specify which property i have to set for quantity and amount of sales line in sales order,because i am a dot.net developer and i not very much aware with navision 2009.
thanks
regards,
Arvind
order.SalesLines.QuantitySpecified = true;
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.