Navision Function with ASP.NET

ashishaashisha Member Posts: 60
Our Client Request us to create opportunity and contact card in ASP.NET.
We need to provide same functionality as in Navision into these ASP.NET pages. Is there any method to use Navision functions that is used in opportunity card and contact card in ASP.NET?
Please send me an solution if any one have ASAP..

Thanks.

Comments

  • jlandeenjlandeen Member Posts: 524
    I guess it depends on what you mean by ASP.Net.

    If you use Commerce Gateway and expose Contact & Opportunity tables through Sharepoint that may give you what you need. However that may not been in a really useful version of ASP.Net.

    If you need something more customizable in .Net that I think you have 3 choices:
    1) Integrate directly with C/ODBC & C/Front
    2) If running in SQL & only reading data then just read from the tables directly (ONLY USE THIS OPTION IF READ ONLY SOLUTIOHN)
    3) Build an integration component using NAS & MSMQ.

    There are many posts on here dealing with all 3 & Navision has some very good documentation on these topics.
    Jeff Landeen - Sr. Consultant
    Epimatic Corp.

    http://www.epimatic.com
Sign In or Register to comment.