service.Delete(cust.Key) method in Webservice.

SivaMohanYerramsetty
Member Posts: 26
Hi everyone,
could please tell me, what exactly delete() function will do in Code 1 and code 2.
could please tell me, what exactly delete() function will do in Code 1 and code 2.
cust = service.Read(cust.No); service.Delete(cust.Key);and
cust = wService.Read(cust.No); Console.WriteLine(cust.No + " Name:" + cust.Name); Console.ReadLine(); wService.Delete(cust.Key);:?:
Shiv
0
Comments
-
Hi,
You need to provide a little more detail on the declaration of your variables...
If I was doing something like this I would expect to see... (albeit you need to implement some "try catch" as well as I have not shown all variable declarations...)public bool DeleteCustomer(string pCustomerNo) { Customer_Service cs = new Customer_Service(); cs.UseDefaultCredentials = true; cs.Url = CustomerServiceReference; cs.PreAuthenticate = true; Customer cust = ws.Read(pCustomerNo); cs.Delete(cust.Key); return true; }
0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions