Update the Order after in P4210 after the record is commited
Hi All - I would like to update F4211 in Sales Order Revision form after the order is commited to the data base.
I have written the code as below in Post Commit Event
F4211.Update ( Pass DOCO and update SQOR)
but when I execute the application, the F4211 is never updated. I am not able to debug properly as during debugging it always goes to first line of the event and upon pressing F10 comes out of the debugger.
Do we need to deploy the application to have the post commit event to work? Can I run the post commit locally on FAT client.