axapta - Delegates for capturing changes -
ax 2012 has introduced delegates on classes. i've reviewed bunch of documents on web. of them illustrate usage on custom classes. serve illustrate technology rather real-life scenarios have deal with.
i'm looking example capture changes in ax such add/change worker, customer, vendor etc. start with. want capture information , pass .net application. i'm having hard time finding examples.
see answer use of static event delegates capture changes: table update event handler
please aware events may bypassed using doupdate
etc. , calling record.skipevents(true)
.
also consider using sql server feature change data capture.
Comments
Post a Comment