5
We have an add-on for NAV that we cannot currently port to D365 BC because we need to extend the way the CONSISTENT check works. If we could get a new global trigger for OnCommit (that would trigger whenever a transaction is going to be committed, whether through an explicit COMMIT call or through a process finishing) then we could subscribe to that event and could implement the functionality our product needs.
Category: General
STATUS DETAILS
Declined

Comments

R

We cannot implement global event of such type. It is risky to use this approach as some commits cannot be skipped this way without knowing exact context in the code and with particular state. Instead, we implement possibility to bypass COMMIT where it is possible.

Category: General