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
0
Comments
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.