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. ?