Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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