Hello I am trying to find a method that is executed when you select on one of these lines. I tried epimessagebox with no luck, only update is ran and I can’t execute my method on update because it ends up in a infinite loop. Could I please get some insight on how I am suppose to do this?
When I change the record on the left side ValidateGLBook() is called, so I was trying to find a way I can trigger my own method after ValidateGLBook() was called.
Would you be able to give me insight on how I would use it? I’ve tried storing currentview and checking to see if new view matched old current view but nothing so far.
You will have to store the value as a script level variable to store the current row (something like edvBudget.Row). Then when that value changes, run your code.