Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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