In Duration type field, input is being ignored by the system and defaults to "00"Issue When users are providing value to the duration type fields, users can input alpha characters/invalid characters in the field and can save the form. After saving, the value will be reset to "00". But the system does not show any alert message to the user to notify that they have entered invalid characters.ReleaseAllCauseThis behavior was documented in the past using PRB631954 / PRB628104 which was closed as won't fix. Starting Fuji version, this field would convert such invalid entries in duration type fields to "00", and only the "Days" part of the field can be controlled using a client script if invalid values are entered. Hours/Minutes/Seconds cannot be controlled by client script as well. In the database, all that data is stored in a single milliseconds value that is converted to the front end value using not accessible admin code.