9.05.702 How would one go about not having Operation Comments Cleare

9.05.702 How would one go about not having Operation Comments Cleared when changing the Operation ID on a Job?

All,

I have ran some tests with preprocessing and post process on the method JobEntry.ChangeJobOperOpCode.

My logic has been greatly flawed, when running a simple test such as:

synchronously execute ABL Assign ttJobOper.CommentText = ‘My Test Comment’ ... record call

Changing Jobs no longer prompts to refresh the resource data.

I thought I would be cute and try preprocess to set ttJobOper.Character10 to ttJobOper.CommentText.

Then post processing set ttJobOper.CommentText to ttJobOper.Character10.

Ok I’m clearly hacking any pointers.

Patrick