Sometimes there is a need to call the PXGraph.Persist method from a graph extension but without triggering the code written in the base graph itself. I had this issue with using the ARSalesPriceMaint graph, so will show all the examples on that graph extension.
The problem is, it’s not possible t...
Hello everybody,
today I want to show sample of code that you can use for your plugins.
Sometime it can happen that you have some application with it's dlls and you can decide to make ad hoc dlls.
In order to demonstrate how to do it I prepared following code:
Create first class library as BaseLi...
Hello everybody,
today I want to give sample of reading available types from dll .net assembly, check if at least one of them implements interface, and if implements then to create instance of that type and return it.
So, imagine you have such interface declaration in your code:
public ...