Error is thrown when changing the value of the Duration field in the SLA definitionIssue When selecting Duration Type "User specified duration" and entering a time in the Duration field, an error "onChange script error: ReferenceError: validateDurationGetExampleBreach is not defined function" appears.CauseThe "OnLoad" client script "Form message - Example end time" has been customizedResolutionThe error is coming from the onChange client script named "Form message - Example end time" (/sys_script_client.do?sys_id=92f97129372331003e7d40ed9dbe5d7f)The function "validateDurationGetExampleBreach" is defined in another "OnLoad" client script with the same name "Form message - Example end time" (/sys_script_client.do?sys_id=d614a1e5372331003e7d40ed9dbe5d35)The later onLoad client script has been customized and the customized version is missing the definition for the function "validateDurationGetExampleBreach"Please revert the onLoad client script to the latest Madrid version to resolve the issue.