not able to save EMployee locations.
1. i have checked employee master nothing related
after loading employee data we are filtering the sites based on country and divisions.
here the division ESOL not exist so not able to access the location data.
getSitesByCountrId() {debugger
this.lstBindSites = this.lstSites.filter((x:any) => x.CountryCode == this.employeeDetails.CountryCode)
this.lstBindSites=this.lstBindSites.filter((x:any) => x.DivisionCode == this.employeeDetails.DivisionCode)
}
Comments
Post a Comment