Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi Everyone,
I noticed that when a Document is "check out" that the New Promotion Request is gone from the Actions.
Anyone know how to do the same for new Change Request?
10.1 M40
Solved! Go to Solution.
Hi Ladric,
I'm not sure if you've figured this out yet, but based on the enabled jcaDebug it looks like the New Change Request action is enabled by ChangeMgmt.CreateWizardsValidator
You will probably need to override this validator with a custom class that hides the action for checked out Documents.
Hi Ladric,
I'm not sure if you've figured this out yet, but based on the enabled jcaDebug it looks like the New Change Request action is enabled by ChangeMgmt.CreateWizardsValidator
You will probably need to override this validator with a custom class that hides the action for checked out Documents.