-
Bug
-
Resolution: Fixed
-
Medium
-
10.67
-
None
-
1
-
Severity 3 - Minor
-
Stubborn Dragons - SCORP1
Issue Summary
When changing the Program name from Setup -> Programs, the associated Program Team Name should also update to match the new Program name with the suffix of "Team". For example, "Program A" should have a corresponding team called "Program A Team" in the Team Grid.
If you change the Program name, the Team name should also update, however, if the Program Description field is saved with more than 200 characters, the Program Name changes, but a server error is thrown that prevents the Team Name from being updated.
Steps to Reproduce
- Create a new Program or edit an existing PROGRAM
- Change the Program name and add a description that exceeds 200 chars
- Click save
Expected Results
Name and description saved and the change is reflected on the Team Grid.
Actual Results
The Program Name is updated but a Server Error is thrown if Program Description exceeds 200 characters:
Raw error:
ASP_function: Error.asp ErrorId: 20131 PageName: Programs customer_db: error_aspcode: error_aspdescription: error_category: ADODB.Command error_column: -1 error_description: Application uses a value of the wrong type for the current operation. error_file: /AddCompany.asp error_line: 174 error_number: -2146824867 error_source: log_type: exception logfrom_location: Website-ASP timestamp: 2020-04-06T16:23:32.674000-04:00 url: https://<SITENAME>:443/AddCompany.asp?PI=[X]&ST=[Y] urlverb: POST
Workaround
Reduce the description field to 200 characters or less and save.