[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: TRIGGER PROCEDURE FOR CREATE OF Customer - How to identify the created row(s)?

  • Thread starter Thread starter James Palmer
  • Start date Start date
Status
Not open for further replies.
J

James Palmer

Guest
It may be simpler to ask what you are trying to achieve, Rom? The create trigger is fired after the empty record is created on the database, as far as I remember. The data you have available to you will be very limited, probably just the default values of the record. The write trigger then fires once the record is committed to the database. The values are in the default customer buffer. If you're wanting to capture the values of new records only, for example, then in the write trigger you can check for IF NEW Customer.

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