Hello,
I have two custom entities called "address" and "construction site". On the construction entity we have a look up that allows the user to select an address (due to additional data and validation logic we have to use a separate entity for this).
Sometimes details of the address data change. In this case we open the linked address data set, change the details we need to change, and save. I would like to trigger on change of the address data a workflow on the construction entity, but it seems that using the standard onchange trigger provided by Dynamics only fires when you change the data set (i.e. choose a different address) and not if you just change details in the linked data.
Is there a simple way to achieve this behavior?
*This post is locked for comments