You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title:
Character Validation for Warehouse and Quotes Address Fields
Description:
The Warehouse and Quotes Address fields currently lack character validation. This allows users to input unsupported or invalid characters, which could lead to data inconsistencies or application errors. Character validation rules need to be added to ensure data integrity and improve user experience.
Steps to Reproduce:
Navigate to the Warehouse or Quotes Address form.
Input special characters, numeric values (if unsupported), or excessively long text in the address fields.
Save or submit the form.
Observe the behavior and any errors caused by invalid inputs.
Expected Result:
The fields should accept only valid characters, such as alphanumeric values, spaces, and supported symbols (e.g., commas, hyphens).
Users should receive a clear error message if unsupported characters are entered.
Actual Result:
The fields currently accept all characters without validation, potentially causing errors during processing or display.
Suggested Solution:
Define and implement a validation pattern for the Warehouse and Quotes Address fields.
Example: Alphanumeric characters, spaces, commas, hyphens, and a reasonable length limit.
Add client-side and server-side validation to ensure consistent enforcement.
Display user-friendly error messages when validation fails.
Title:
Character Validation for Warehouse and Quotes Address Fields
Description:
The
Warehouse
andQuotes Address
fields currently lack character validation. This allows users to input unsupported or invalid characters, which could lead to data inconsistencies or application errors. Character validation rules need to be added to ensure data integrity and improve user experience.Steps to Reproduce:
Warehouse
orQuotes Address
form.Expected Result:
Actual Result:
Suggested Solution:
Warehouse
andQuotes Address
fields.Priority:
High
Attachments:
https://prnt.sc/rShq-YKlrHEs
https://prnt.sc/VC0MGBOLSFdO
The text was updated successfully, but these errors were encountered: