[progress Communities] [progress Openedge Abl] Forum Post: Re: On Create Trigger Does Not...

  • Thread starter Thread starter Brian K. Maher
  • Start date Start date
Status
Not open for further replies.
B

Brian K. Maher

Guest
You are running into a transaction/record scoping issue. You create and assign data then the on write trigger is hit in the execution stream so the event is registered then your code continues on and the record is written out (i.e. transaction scope ends). For performance reasons, we defer writes until needed.

Continue reading...
 
Status
Not open for further replies.
Back
Top