Hello everybody,
today I want to notice how to create graph. There are two ways:
PXGraph.CreateInstance<BaseBLC>();
PXGraph.CreateInstance(typeof(BaseBLC));
If you want to get extention class, from base class, you can use following function:
GraphInstance.GetExtension<Exten...