Part of my problem is that I am trying to use the BPM on a new Kinetic Form I created for Job Entry. When I did tracing and used that kinetic form for testing it is not giving me any information in the tracelog.
If I go to the classic form and turn on tracing it is changing the RevisionNumber in the method ChangeJobOpDtlResourceGroupID.
It is on a custom screen that allows them to select an option from a drop down that then writes that selection to a UD field. It can be selected at anytime, but most likely before get details.
So backing up for a second. What does the current code do? Is the classic custom code calling ChangeJobOpDtlResourceGrpID? Or is it just changing the revision? That can be done in a bpm and then what works in classic will also work going forward.
Yes. I think I may have it. I changed the BO to be Erp.BO.JobEntry.ChangeJobOpDtlREsourceGrpID. It looks like it is saving, I need to do somemore testing since all the numbers are becoming blury
Let me do some more testing and I’ll confirm for sure.
But, do you know why the tracing was not working with the Kinetic screen?