Resolved! When cancel a change request, I want a popup to appear asking if they are sure if they want to cancel the request.
If the user click ok, I want the change to update the state to cancel and active to false. IF they click cancel, it goes back to the change with no updates. This is the script that I have for the cancel UI action but it is not working. Nothing is get...