CustomerWS.Customer_Service service = new WebServiceApp.CustomerWS.Customer_Service(); CustWS.UseDefaultCredentials = true; CustomerWS.Customer Cust = new WebServiceApp.CustomerWSr.Customer(); Cust = service.Read("10000"); Console.WriteLine(Cust.Name); Console.WriteLine(Cust.Search_Name); MyCust.Name = "test2"; Console.WriteLine(Cust.Name); Console.WriteLine(Cust.Search_Name); service.Update(ref Cust);
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Test Lead
Microsoft Dynamics NAV
This posting is provided "AS IS" with no warranties, and confers no rights.
My question is still is why isn't the "Search Name" updated when I go to the Customer Card?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Also does it know the sequence of validation of fields if validation happens on update,insert?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Test Lead
Microsoft Dynamics NAV
This posting is provided "AS IS" with no warranties, and confers no rights.
Thank you? :?