My company is looking into acumatica for our new erp. What limitations do customization have vs building outside of acumatica?
Customization allows you to write C# code, so theoretically you can do whatever. But of course there are some limitations. E.g. access to the platform itself is restricted. But you can modify most of the business logic of the application, create new forms, processes, etc.
As for building an app outside of Acumatica and integrating it via APIs, we have several different APIs. Contract Based REST API is one of them. It exposes most standard objects via API. They way you interact with the objects in the system is much less flexible than if you access it from within the system via customization, but at the same time it’s much easier to build.
Hope that helps. If you have some specific question in mind, let us know.
Thanks, we have a lot of legacy information in our current erp that we wouldn’t want to necessarily import but would like the users to be able to view the information (order, product info, etc). Does acumatica allow you to access external databases?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.