简体   繁体   中英

Create custom User Control for Acumatica

I am attempting to create a custom User Control that is usable in the Acumatica Framework. Documentation is very limited so I was hoping someone may have some experience/examples of how best to implement?

It appears possible by creating a WebControl derived from PXWebControl and creating a global JS function with a matching name.

To create a custom User Control in an easy way, you need to:

  • Open Customization of your project (System - Customization - Customization Project)
  • On the left side, you can see your screens in your customization. Find screen that needs or add needed screen. Go to the necessary view.
  • Select add controls and add your needed control.

You can see in an image provided below.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM