ServiceNowDevProgram / code-snippets

ServiceNow's Code Snippets community repository, managed by the Developer Program and the sndevs community.
https://github.com/ServiceNowDevProgram/Hacktoberfest
281 stars 639 forks source link

Validation code snippet #1513

Closed salma-93 closed 20 hours ago

salma-93 commented 20 hours ago

This Client Script validates the "Short Description" field before the form is submitted. If the description is more than 100 characters, it displays an alert and prevents submission. This helps maintain data quality by ensuring adequate information is provided.

kmxo commented 20 hours ago

Sounds good to me. Thank you for your contribution.