Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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