Question

How to Identify the Source of Entity Changes in OnSaving (UI or Business Process)

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

Like

0 comments
Show all comments