Implementing Custom Extension Buttons in NC65 UAP Environment

Defining the Action Class Create a new Java class that extends nc.ui.uif2.NCAction. This class will contain the logic for your custom button. Ensure you have references to the model and editor components to interact with the UI state. package nc.ui.yrdmd.yrdsellorder.plugin.action; import java.awt.event.ActionEvent; import nc.ui.pub.beans.Mes ...

Posted on Thu, 18 Jun 2026 17:21:51 +0000 by airric