Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello, is there any OOTB functionality to disable creating a Change Notice on a version of an object which is already present in the Resulting Objects of another Change Notice?
Because it can be quite a common business requirement that if there is an ongoing change on an object, I don't want to add another change on it before completing one change.
Regards,
Om Panchdhane
when an object is under change you have a flag for it :
if you have an issue with concurent changes, you may be interested in About Redline
But we can still create another change notice on it right? Is there any configuration to disable the CN creation?
Not OOTB , I can only think of customizing the the CN/CT workflow to move the affected objects to Lifecycle state with a set state robot to a state where there is no change transition, defined , this should hide the action .
Okay. Thanks!
@OP_11714882 wrote:
But we can still create another change notice on it right? Is there any configuration to disable the CN creation?
FelcoSolutions has their ObjectValidator app. It is intended for issues like this:
Thank You!