HI Experts,
Is anyone here have experience to development a simple mobile android base to connect prem Epicor local server?
May I know is there any reference guide on this for how to get connect and use the object to call the Epicor BO?
Appreciate anyone to share the pdf link for the guideline.
Most mobile apps communicate with APIs. You can create your own API into Epicor using Epicor Functions. You still use the BOs on the server side but expose a generic API to your mobile apps. This is how Epicor does mobile development themselves. Putting Epicor implementation specific code in your app will potentially create more work during upgrades.