robinsinghescalon

Results 2 issues of robinsinghescalon

The example given in the searchBasic.js file is not working

I am performing the Boolean search on EmployeeBasicSearch object but the search is not working. `const searchPreferences = new Search.SearchPreferences(); searchPreferences.pageSize = 5; service.setSearchPreferences(searchPreferences); const search = new EmployeeSearchBasic(); search.isInactive...