Implementation of Navision forms in .NET Web Application
swapnil1985
Member Posts: 12
I wanted to know that if matrix box control in Microsoft Dynamics NAV 2009 can be implemented in .NET Web Application (ASP.NET 2005). I want to implement exact functionality provided by matrix box in ASP.NET web application....
Can anyone please help me out with this...
Any small idea would be very helpfull....
Thank You
Swapnil D Mehta
Can anyone please help me out with this...
Any small idea would be very helpfull....
Thank You
Swapnil D Mehta
0
Comments
-
Hello,
In my testcases, UPDATE function of WEB SERVICE is not doing the Validation of other fields done from Coding part.
e.g.private void textBox1_TextChanged(object sender, EventArgs e) { Sales_Order_Service ss1 = new Sales_Order_Service(); Sales_Order so1 = new Sales_Order(); ss1.Url = "http://isplserver:7047/DynamicsNAV/WS/CRONUS_India_Ltd/Page/Sales_Order"; ss1.UseDefaultCredentials = true; so1.No = textBox1.Text; so1 = ss1.Read("Order", so1.No); textBox3.Text = so1.Sell_to_Customer_No; textBox2.Text = so1.Sell_to_Post_Code; textBox4.Text = so1.Sell_to_City; } private void textBox2_TextChanged(object sender, EventArgs e) { Sales_Order_Service ss1 = new Sales_Order_Service(); Sales_Order so1 = new Sales_Order(); ss1.Url = "http://isplserver:7047/DynamicsNAV/WS/CRONUS_India_Ltd/Page/Sales_Order"; ss1.UseDefaultCredentials = true; so1.No = textBox1.Text; so1 = ss1.Read("Order", so1.No); so1.Sell_to_Post_Code = textBox2.Text; ss1.Update(ref so1); textBox3.Text = so1.Sell_to_Customer_No; textBox2.Text = so1.Sell_to_Post_Code; textBox4.Text = so1.Sell_to_City; }
Then If i go to update Sell-To Post Code field of Sales Header using Sales Order web service then logically it should update the Sell-To City field of the same record
But, It only updates the Post Code and leave City as it is.
So I want to make confirm whether I have done any mistake in my code or it's a bufg in Update Function of WEB SERVICE.
Please, help me urgently.
Thanks in advance.0 -
My issue has been solved.
Thanks.0 -
could share what was the problem and solution?0
-
Hello,
For that refer my seperate post,
http://mibuso.com/forum/viewtopic.php?f=32&t=33676
Currently I have solved the issue by listed suggestions.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 328 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