Cancel Request button missing from Employee Centre Pro portal after Universal Request plugin was installedDescriptionCancel Request button missing from Employee Centre portal after Universal Request plugin was installedSteps to Reproduce Pre req - Install "Universal request" PluginHop to Rome instanceImpersonate 'system admin'navigate to esc portal -->Open a new HR request(Benefit > Leave of Absence > Request Leave of absence)Submit the ticketYou will not see 'Cancel request' button.Workaround1. Customise widget "HR Standard Ticket Actions"<instance_url>/sp_widget.do?sys_id=00d66f61530600101db6ddeeff7b1237In server script at line 61 they can comment out the below if conditionif (hrCase.universal_request) {return false;}2. Deactivate the business rule "Prevent Cancel State for UR" 3. Add a state mapping to map the cancel state of HR case to the cancel state in UR.Related Problem: PRB1591751