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:
You can see in an image provided below.