Link with External Application using Application Studio

Hi,
I am inquiring if I can use Application Studio customization for the latest release of Kinetic to communicate with External Tables in the same database but with different Schema (not “erp”), in order to: Insert, Update and Delete from these tables.
Regards

In web programming, we don’t hit external resources directly, for many reasons. What you will see is that people write a REST API to the resource. You would encapsulate those calls in an Epicor Function and then Application Studio access that data.

Your other option is to expose a web application that does this work and use the web widget to perform your CRUD operations.

Hi Mark,

Thanks a lot for the information, really appreciate it.

Regards,

1 Like