Hi All,
I have plugin on EntityA and it is triggered on 3 events which are setstate,setstatedynamicEntity,update so it has 3 SDK steps and logic for this is whenever a EntityA record is deactivated/inactivated its related entities are also deactivated.
I have a another plugin on EntityB and it is triggered on update of a field so Update single SDK Step and logic for this is to do some calculations substraction and create a record and deactivate its related records.
So now the problem is when a field is updated on EntityB
EnitityA plugin is firing for EntityB with update message not sure with this strange behavior
I have checked there is no relation between the 2 entities and they are from different modules
*This post is locked for comments