-
Type:
Bug
-
Status: Production Complete
-
Priority:
High
-
Resolution: Done
-
Component/s: Performance
-
Labels:None
-
Module:BenAdmin - Enrollment
-
Reported by:Support
-
Item State:Production Complete - Closed
-
Issue Importance:Must Have
This error occurs on load of Employee recent activity. Employee recent activity should be configured to display on Confirmation Statement.
ErrorSource : ControllerAppTier.GetCollection->BenAdminControllerAppTier.GetData->CollectionManager.GetCollection->EmployeeCollection.GetRecentActivities
ErrorMessage: Ambiguous column name 'USERID'.
Ambiguous column name 'UserID'.
Ambiguous column name 'USERID'.
Ambiguous column name 'UserID'.
Changes Done: This error was occurring in Stored Procedure execution as Table alias was not specified for UserID column. We have added respective table alias name for required columns.
Stored Procedure name: OES_SP_GetRecentlyUpdatedEmployeeTable
Tested this on LB and Stage.
Last recent functionality working fine on confirmation statement.
Ready for Production.