Hi,
I’m trying to update a value OrderHed table through svcContract in SysAgent.Update() bpm. I can get it to update in the preprocessor directive but not in the postprocessor directive. How come it does not work?
What isnt working? An exception?
First thought is that you are trying to look for RowMod == “A” or “U”, but generally in PostProc, the RowMod has been cleared.
My condition was off so it wasn’t running my custom code. It’s all solved. Thank you!