demianrasko / Dynamics-365-Workflow-Tools

Dynamics 365 Workflow Tools is a Community solution that expands Microsoft Dynamics 365 (CRM) Workflow features with lots of new posibilities. This helps you to build very advanced Codeless solutions in CRM.
Microsoft Public License
466 stars 222 forks source link

Update Child record job fails if one of the child records is locked #269

Open twofiveo opened 2 years ago

twofiveo commented 2 years ago

Dynamics 365 Version 1612 (8.2.9.19)

Below is how I am using this tool (which I really love btw)

When field A on the parent record changes (which is a lookup to another entity ), update child record field B (which is also a lookup to the same entity on parent field). And everything works just fine. However, on child record entity, there's a plugin that prevents any updates when the record reaches a certain stage.

let's assume Parent record has 5 child records, 2 of those child records have reached the stage where no further updates can be made (all fields are locked and plugin prevents further saves of changes)

Describe the solution you'd like

Describe alternatives you've considered None yet. currently stuck on this.

Additional context Add any other context or screenshots about the feature request here.