Navision reports throught Web page

andrejsmandrejsm Member Posts: 122
Hi,
It is necessary to make posibily for customers to view some Navision reports throught Web page. All data should be Online and access should be safe enough.
What solutions are posible?
I have heard about Columbus IT solution called Galaxy. But I am not sure that it is what we need.
Andrejs Muraskins

Comments

  • fatewongfatewong Member Posts: 8
    You can try to use either CFRONT.NET or N/ODBC to retrieve desired information from Navision database server(or MSSQL server) and thus make your own report by using any reporting tools for web application.

    If security issue is concerned, you may let the user login into your web application system, save their username and password into session. When you want to retrieve the information from particular table, apply the username and password into given API (if using CFRONT.NET) or DSN (if using N/ODBC). If that user doesn't have permission for that table object, he/she won't be able to see the report.
Sign In or Register to comment.