In the FX Report Template section, click “Make Active” for the older attachment with Created Date of 1/24/19 8:19AM.!clip-5d9b-fd54.png!
Login to FieldFX Sandbox as mobile user
Click Tickets
Select the 2nd ticket (T-14111)
Click Reports
Error results: “There was an error generating the report. Type Error: Cannot redefine property: null”
Similar error was returned when HTML Time Sheet report template had an issue:
{{CreatedBy.FirstName}} {{CreatedBy.LastName}} did not work and needed to be replaced with {{userProfile "FullName"}}
Expected Result
It would be helpful if error message mentioned which portion of the template or which element was causing the error, so that the user would have a better idea of what needed to be corrected.
Actual Result
Exception returned with error message that is not helpful to determining which part of the report template needs to be corrected.
Mingle Card: 6173 Steps to Reproduce
{{CreatedBy.FirstName}} {{CreatedBy.LastName}} did not work and needed to be replaced with {{userProfile "FullName"}}
Expected Result
It would be helpful if error message mentioned which portion of the template or which element was causing the error, so that the user would have a better idea of what needed to be corrected.
Actual Result
Exception returned with error message that is not helpful to determining which part of the report template needs to be corrected.
!clip-1a08-0367.png!
Analysis
Related Cards
Impact Analysis
Developers: Fill in this area during code review.
Test Plan