Creating a custom control for Acumatica

I am trying to create a user control that can be used in the Acumatica Framework. The documentation is very limited, so I was hoping someone might have some experience / examples of how best to implement?

This is possible by creating a WebControl derived from PXWebControl and creating a global JS function with the corresponding name.

+69
c # webforms user-controls acumatica
Jun 09 '16 at 11:41
source share
1 answer

To create a user control in a simple way, you need to:

  • Open your project setup (System - Setup - Setup project)
  • On the left side you can see your screens in the settings. Find a screen that requires or adds the desired screen. Go to the desired view.
  • Select add controls and add the required control.

You can see the image below.

enter image description here

+1
Sep 09 '17 at 10:40
source share



All Articles