E9.1 P4310 Post Commit On Order Detail Form

FrankCLT

Well Known Member
Hi All,

I'm attempting to pass DOCO, DCTO, KCOO LNID to a function that will need to execute after all data has been committed to the DB. I can't seem to find a way to pass variables to this event that maintain their values.

Am I overlooking something? and is this possible?

Thank you,
FrankCLT
 
Hi @FrankCLT ,

I did allways in post commit event, with a frm variables that you need assign in some event before. And in this event you could check if transaction was success or not.

The problem wit Post Commit event is that you can't debbug and variables you cannot visualize values, so you have to trust in your variable values and logic (to cross finder and check after if works).

Do you need a specific line number? or all grid lines? because in this event you can't iterate over grid, so you could save previously in a temp table.

Regards.
 
For this event is not possible, I don't know why, but this ocurrs always. we go a little bind, but you trust your code :D
 
Back
Top Bottom