-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Component/s: BenAdmin
-
Labels:None
-
Module:BenAdmin - Enrollment
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Issue Importance:Must Have
Step:-
1.Login to application using company admin credential
2.Search employee
3.Click on employee
4.Navigate to BenAdmin > Benefits > Terminate Plan Election
5.Select Date from date picker for Termination date
6.Remove one digit from year and click out side
Actual - Server erron on screen
Expected - It should populate Alert message for user.
ErrorID : 0
ErrorSource : ControllerAppTier.GetData->BenAdminControllerAppTier.GetData->EmployeeTerminatePlanElection.GetData-
>EmployeeTerminatePlanElection.GetTerminationDateWithPolicy
ErrorMessage: Conversion from string "" to type 'Date' is not valid.
Hi Mahendra Mungase
Concern : Server Error populated on screen when trim one digit from selected date
Cause : It was perfectly working on local machine but for LB and stage, the condition for null date or date in incorrect format was not checked.
Correction : The condition for null date or incorrect format is checked now and it properly working.
Thanks,
Aarati R. Sabnis