Question
How to Identify the Source of Entity Changes in OnSaving (UI or Business Process)
03:05 Sep 23, 2025
We are using OnSaving(object sender, EntityBeforeEventArgs e)
.
Is there a way to filter the source of the entity change — for example, whether a business process was modified — and get the business process ID?
Or is there a way to filter which changes were made from the UI and which were made by business processes?
Like
0 comments