How to write Custom code for Button in Kinetic Epicor MES?

Hello,
I have added a custom button on the Kinetic MES screen on the End Activity. I want to understand how I can write custom code for button … Like classic Form?

[quote=“RajababuSingh, post:1, topic:113261”]
I want to understand how I can write custom code for button …

In Kinetic, all code should run at the server, and the best way is to call an Epicor Function before or after your button event.

While possible in the classic form, it was not a recommended practice as everyone moving to Kinetic is finding out. More importantly, that code does not get executed in REST calls or external programs calling the Business Objects.

1 Like