How to set the ECR to resolved when few ECN are Resolved and others are Canceled
Hi All,
Can anyone let me know how to set the ECR to resolved programmatically even if one ECN is resolved and others are Cancelled?
I checked on the code within the Synch on Change Notice Implementation where it has a code like below
.WorkflowProcessHelper.isRelatedChildrenInStates(
new String[]{"RESOLVED"})) {
result = "Resolved";
}
So what if there are multiple ECN where few are resolved and few are cancelled and how to make sure that ECR is resolved even if one ECN is Resolved. Can we modify the code? If yes can someone provide their leads here?

