Skip to main content

Hello Community,

Does anyone know how to prioritize loading the extensions? Let's say I have two or more extensions on a base graph. How we can educate the platform on which one should be executed first and which one next? 

or necessarily I should declare my Graph Extensions hierarchical? For example, if I have a MyExtA that has priority over MyExtB I should do 

public class MyExtA : PXGraphExtension<BaseGraph> {}

public class MyExtB : PXGraphExtension<MyExtA , BaseGraph> {}

@Dmitrii Naumov @Yuriy Zaletskyy 


Hi @aaghaei  Can you please refer to the below guide → Page No: 103 and hope this helps

 

https://www.acumatica.com/media/2020/02/AcumaticaERP_CustomizationGuide.pdf


Thank you @Naveen Boga 

 

I read through and it confirms my second thought from my initial post that we have to add the extensions hierarchically when defining the extension as a parameter(s).


Yes, @aaghaei  That is correct !! :) 


Reply