Server Method Configuration
Automatic guardrails are applied through server methods:
| Method Name | Event | Purpose | Execution Order |
| ucm_SkipUCMValidationOnPEChange | onBeforeVersion, onBeforePromote | Allows authorized PE changes to proceed | First |
| ucm_BlockVersionIfInUCMChange | onBeforeVersion | Prevents manual revision of items during active Change Orders | Second |
| ucm_BlockPromoteIfInUCMChange | onBeforePromote | Prevents manual promotion of items during active Change Orders | Second |
These methods are applied automatically to all Item Types in the ucm_AffectedItem polysource to ensure consistent enforcement across all change-controlled items.
Note
The execution order is critical. The ucm_SkipUCMValidationOnPEChange method must be configured to execute before the guardrail methods to allow authorized PE Change Items to proceed with promotion and revision operations.