Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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