FYI : To display Employee count on dashboard we are using OES_SP_Job_SystemUserHomePageService. This service runs across all the companies.
And display employee count on dashboard.
3C's are :
Concern : Employee count on Dashboard and Search employee page does not match
Cause :
1) While fetching values from database to application wrong column name was specified. ie. NoofLives => NoofEmployee and members => NoofLives
2) On codemap, OES_SP_Job_SystemUserHomePageService service was not running, hence QA got this issue. Whereas in unit testing I have started this service hence it is not present on developer environment.
Correction :
1) In business logic, changed assignments of column. ie. NoofLives to NoofLives and members to NoofEmployee
2) Need to run OES_SP_Job_SystemUserHomePageService service on codemap.
thanks,
Vishal Yadav
CC : Nidhi Kaul , Vijayendra Shinde
Prasad Patil
Please select the fields correctly. Component and parent JIRA is missing