Rollback transaction after confirmation

Hi All,

I need help with a issue im facing. I have this peice of code on the modifiedfield method of a table (A) where it will insert a record to another table (B) when the field value is been modified. But when I switch on the transation confirmation (AX> tools> options> Confirmation tab → Confirm update (tick main and transaction)) and when the transaction confirmation appears and i click ‘No’ it still writes to the table B. How can i stop this from happening.

Hi David,

u r not mention that piece of code…I am experting in that modified field u r not writing If conformation “NO” no changes…

Simple means in that modifiedfield write if condition…if “YES” apply the modifications…if “NO” no changes…

Thanks,

SureSh.