erp - Why RowPersisted is executed twice in Acumatica? -


let's i've added in graph kind of rowpersisted implementation dac. set debugger point on rowpersisted. if attach in debugging mode, rowpersisted executed twice. why rowpersisted event executed twice in acumatica during save?

first of it's consider, when executed. it's executed twice, first time during database transaction, , second time after transaction been commited or aborted. so, done purpose modification of data before commit, , maybe make additional actions after commited or aborted.


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

ruby - Net::HTTP extremely slow responses for HTTPS requests -