Hi,
Can any body help me for how to invoke a .net page from navision. Ex. In sales order ther is a button after press that button open a .net page for geting some information to the client.
How I can invoke this can any body help me.
Regards
Rajdeep
0
Comments
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
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.
But How I can do this thing. One more thing how can do this with automation. Please provide me the solution in detail.
Thanks
Regards
Rajdeep
http://blogs.msdn.com/nav/archive/2008/ ... am+Blog%29
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
But did not get how I intregrated nav to .net. How I call a .net from in pressing a button on nav??
Please fill free give this answer...
Thanks
Rajdeep
You add a variable for the automation and select your dll.
your code should look something like this onPush trigger
if isclear(MyAutomation) then
create(MyAutomation);
MyAutomation.dosometthing;
clear(MyAutoamation);
I suggest to read some online documation for beginner programming for NAV.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
can u tell me which automation is used for this....
can u give me any link about this thing......
thanks
Rajdeep
I provided that link in my previous post.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I want to know How I can pass a variable from navision to a aspx page, and how get a variable from aspx page to navision. Is ther any functionalty to call the navision function in a aspx page and viceversa?
For example.
1. In a salse order form there is a button, when I pressd that button it's call a aspx page that is extarnal program were we pass the sales order no.
2. After we getting some input to aspx page after pressing button on the aspx page it is modified the data of that sales order with input which we have putting in aspx page.
Any body can provide me this solution??
On MSDN you'll find how to publish webservices in NAV 2009.
On your aspx you add the webservice as reference and do what you would like to do
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I can't see the dll from Navision even if I've registred it into the cash and the result of the operation was succeeded using regasm and gacutil
Thank you!!!
Hanen TALBI
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Hanen TALBI
reasm youdll.dll /u
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n