Skip to main content

Base PXGraph extension and its side effects

  • April 2, 2026
  • 0 replies
  • 7 views

Hi Acumatica Developers,

If i have a field which is in several screens(say 10 screens). Instead of having 10 graph extension to implement custom logic.

Can i extend PXGraph like class “MyClassExt: PXGraphExtension<PXGraph>” and have events to implement my custom logic? 

Will there be any drawbacks with performance , locks, etc. ?