Hi Neville Foyn ,
Thanks for the reply . If I use codeunit for the multiple order then I need to be called updatemultiple salesorder to post salesorder using httpwebrequest.But I want to call createmultiple order .
As per your suggestion I have changed the sort order , now no exception but return blank format.
Actually I have a xml file of multiple orders and I want to create multiple orders at a time using httpwebrequest. is there any process that No and LineNo field automatically set if I define these fields blank?
I have another idea that read last salesorder no from 'No series line' table then increement that no by +1 and set that value in 'No' field and for item line-no value I will set as per the item count in sales order e.g(count is 2 then line no will 10000 and 20000).
Thanks
Surajit