Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Users should be able to create a ECN only if ECR is completed, i.e., when ECR is 'Open' state, I don't want users to be able to create an ECN. Is that possibility?
Hi @RG_10753677
OOTB it is not possible to do so. You can just strict that Ch. Notice can be created from change request
preference "Change Notice without Change Request" set to NO
I can imagine that it is possible by customization.
1. Create own filter(validator) class that check if the action can be shown.
2. Assign the filter to the change notice crate action
PetrH