natalieroberge
Active Member
Hello Everyone,
We are currently upgrading from 9.0 to 9.2 and adding all customizations. in 9.0 we have customizations on the Post Button Clicked in the OK button in P4210 to loop thru all the lines of the order being created to update fields like VR01. What I have noticed in 9.2 that when the End Doc is executed in the Post Button Clicked the order does not exist in the table yet. When I am running debug I noticed that the order is only appearing at Post Commit at the level of the form. When I run debug in localhost HTML I see it in the Post Button Clicked - Aysncro but I receive errors.
My questions are :
Why does the order not appear anymore after End Doc is executed?
Why can't I do a copy paste into the Post Button Clicked Asyncho? JDE says it has been disabled for the section. Same for Post Commit
Where should I place my code to update the order without changing the Master Business Function?
The errors in debug I am receiving are in HTML localhost when the code moves from Post button clicked to Post button clicked Asynchro:
- ResumeProcess invocation error
- ER Engine Error: paused process is still executing)
Any incite would be appreciated.
Thanks
Natalie
We are currently upgrading from 9.0 to 9.2 and adding all customizations. in 9.0 we have customizations on the Post Button Clicked in the OK button in P4210 to loop thru all the lines of the order being created to update fields like VR01. What I have noticed in 9.2 that when the End Doc is executed in the Post Button Clicked the order does not exist in the table yet. When I am running debug I noticed that the order is only appearing at Post Commit at the level of the form. When I run debug in localhost HTML I see it in the Post Button Clicked - Aysncro but I receive errors.
My questions are :
Why does the order not appear anymore after End Doc is executed?
Why can't I do a copy paste into the Post Button Clicked Asyncho? JDE says it has been disabled for the section. Same for Post Commit
Where should I place my code to update the order without changing the Master Business Function?
The errors in debug I am receiving are in HTML localhost when the code moves from Post button clicked to Post button clicked Asynchro:
- ResumeProcess invocation error
- ER Engine Error: paused process is still executing)
Any incite would be appreciated.
Thanks
Natalie