Customizing PE Change Item Types
To modify the list of PE Change Item types that are allowed to bypass UCM guardrails:
- Log in with Administrator privileges
- Sign in as a member of the Administrators group.
- Locate the bypass method
- Navigate to Administration > Methods
- Search for and open the method ucm_SkipUCMValidationOnPEChange
- Update the authorized PE Change Item Types list
- In the method code, locate the list of authorized PE Change Item types.
- Add or remove item types as needed for your organization’s requirements.
- Ensure only trusted PE Change Item types are included in this list.
To change which PE Change Item types the system checks for conflicts when you add items to a Change Order, you can update the list as needed:
- Locate the validation method
- Navigate to Administration > Methods
- Search for and open the method ucm_NotInAnyActivePEChange
- Update the PE Change Item Types list
- In the method code, locate the PEChangeItemTypes list.
- Add or remove item types as needed for your organization’s requirements.
- Save the changes and test the validation with your specific PE Change Item types.