-
Type: Testing Defect
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Completed
-
Affects Version/s: CFA 2019R2
-
Fix Version/s: None
-
Component/s: Customers
-
Labels:
-
SCRUM Team:Brotherhood of Mutants
-
Source Code ID(s):
-
Sprint:CFAMX 2019R3 Sprint 2
When the user attempts to Save the First Name or Last Name above 50 characters
Reproduction Steps
- Navigate to the /Financial/CustomerManagement page in mobile or via embedded link
- Attempt to Add or Edit an existing customer
- Change the First Name or Last Name to something more than 50 characters
Expected Results
- User should not be allowed to key more than 50 characters in general. MMS trims the characters after 50 then saves.
Actual Results
Notes
- This same error is thrown for either First OR last name.
- To change the error message to be more meaningful, would require the the error message notify the user which field is in error (or highlight on the screen)
- Can we restrict the field to only accept 50 characters?
- Trim the data sent if it exceeds 50 characters?
- Are there other validations on this page that throw this generic error message, without informing the user of the cause?
- Is Clone Of
-
CFAMX-3687 CLONE 2019R2 - Customer Management - First Name/Last Name exceeding 50 characters error
- Done