Hello everybody,
today I want to describe following use case. Quite often it is needed to persist to database one or another DAC class, which is filled by some data.
As usually I see people do this via hard coding of DAC class inside of the Graph. But today I want to share with you a way of...
Hello,
today I want to note how to create new instance of Graph. Lets say you need to create instance of graph PRPaySlipManager.
In that case you can get instance of that graph in the following way:
PRPaySlipManager manager = PXGraph.CreateInstance<PRPaySlipManager>();