Table of Contents

CLIENT COMMITTED


Name CLIENTCOMMITTED
Layer Back-end
Description Occurs after saving a change to an object, made by a client application. If the change is made by the server, this event won't be triggered.
Version Introduced: 2023
Updated: -

This event is a variation of COMMITTED. Both occur for a particular object from the repository of a user business rule after an object change is saved.

However, CLIENT COMMITTED is triggered only if the saving was initiated by a client application, such as ERP.net Windows Client or ERP.net Web Client. If an object is modified by the ERP.net server, the event won't be triggered.

This is especially useful for data-sync scenarios when the external application has to be notified (e.g., via a webhook) when an entity changes (or is created).