Discussions
Button Clicked - Not triggering After and Before Submit
Hello,
We have a workflow that displays a button on a Vendor Bill, and once that button is clicked, it moves to a different state. The issue is that on very rare occurences, the Before and After Submit triggers do not execute. I have listed below the correct log and an incorrect log. I'm not sure why sometimes it would not run those triggers at all.
CORRECT:
19-OCT-2012 09:39:09.590 Running ONENTRY trigger
19-OCT-2012 09:39:09.744 SETFIELDVALUE: custbody_gpr_vb_stts=2
19-OCT-2012 09:39:10.355 SENDEMAIL: From=1813980 To=6707465
19-OCT-2012 09:39:11.834 Running BEFORESUBMIT trigger
19-OCT-2012 09:39:12.577 Running AFTERSUBMIT trigger
19-OCT-2012 09:39:12.887 Running BEFORELOAD trigger
19-OCT-2012 09:39:13.067 LOCKRECORD
INCORRECT:
18-OCT-2012 12:10:28.775 Running ONENTRY trigger