hi,
my client has a requirement where in, it is needed to access the 'SAP Business One' by different users within a company through a web interface.
my first doubt is can we achieve this? if yes, how??
can i get some tips please.Will there be any problems related to licensing???
The NetPoint Focus product by Praxis web enables the functionality for customers, sales people, and service reps. you can email info@praxissoft.net for a demo to see if it meets your needs
There are a number of different methods for creating a web service that will allow data to be pushed into and pulled out of SBO. You have SAP CRM, Praxis Focus and commerce, MS CRM. Plus, you can build your own web services in VS.NET. SAP exposes objects/data through the DI server and through the DI COM object. Of course, if you only need read-only access to the data you can query the underlying SQL tables directly. Don't overlook this method for performance.
A better answer to your questions requires more information on what you are trying to accomplish.
Add a comment