[progress Communities] [progress Openedge Abl] Forum Post: Re: [4.2] - Running Another...

  • Thread starter Thread starter Nitin Kumar Singh
  • Start date Start date
Status
Not open for further replies.
N

Nitin Kumar Singh

Guest
Hi Iram, We do not have transaction context for validation triggers. So, updates from inside validation triggers will not persist to database, validation triggers can only update them in-memory. Few values that you are seeing being updated could have been picked from memory by some other transaction initiated immediately after validations, and persisting in database as part of their normal update process. However, in memory changes are perishable and not reliable. Please consider using validation triggers only for simple checks involving select queries and not actual update scripts. Thanks, Nitin

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