Post Ok Button Click Not Firing

JDE_Knows_All

Member
Hey Group,
Have any of you ever experienced a Post Ok Button Click not firing after the Ok Button Click fires. I thought the Ok Button Click and Post Ok Button Click always fired, but it doesn't seem to be the case in my current scenario. It may be a weird JDE instance that requires redoing code, but thought I would throw this out here to see if anyone else has experienced this or knows how or why it is not firing. I've put it through debugger multiple times with no luck in getting it to fire.

Thanks,
 
UPDATE & RESOLUTION:
Turns out the Post Ok Button Click does not fire when there is a warning message. After finding this, it totally makes sense as to why the Post does not fire. Once the warning message was taken care of programmatically and no longer displayed, the Post Ok Button Click always fired as it was supposed to.
 
Back
Top