Binding of the PLevel Dropdowns on Create Employee and Manage Employee Details will fail to find (Exception caught) and show blank if there are no PLevels for the current fiscal year(which just happens to be DateTime.Now.Year).
Exception also thrown on Manage Employee Details if Employee's latest PLevel does not match this year's PLevels. Probably an issue, but if this happens selected value is set to the top of the list. As long as there is a PLevel "name" (P2, etc) it should set properly although the value will be different.
These are things I am not fixing that are definite bugs in our system.
Binding of the PLevel Dropdowns on Create Employee and Manage Employee Details will fail to find (Exception caught) and show blank if there are no PLevels for the current fiscal year(which just happens to be DateTime.Now.Year).
Exception also thrown on Manage Employee Details if Employee's latest PLevel does not match this year's PLevels. Probably an issue, but if this happens selected value is set to the top of the list. As long as there is a PLevel "name" (P2, etc) it should set properly although the value will be different.
These are things I am not fixing that are definite bugs in our system.