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

java - Incorrect order of records in M-M relationship in hibernate -

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

c++ - Boost Spirit Parser with a vector of three strings compiling into a struct, adapt not working -