No items show in an item search when a particular location is set as a filter

The Inventory Location is actually the existing locations in the system at the time the item is created. The reason why there is no item showing when we set the Inventory Location = Location ABCD (sample new location) because there are no new items created after the creation of Location ABCD. If we will create a… Continue reading No items show in an item search when a particular location is set as a filter

Map/Reduce script FAILED while triggering from Restlet.

Script let processTask = task.create({ taskType:task.TaskType.MAP_REDUCE, scriptId:’customscript_hms_fix_hospice’, deploymentId:’customdeploy_hms_fix_hospice’, params:{custscript_hms_data_to_be_processed:queRecId} }) try{ let processId = processTask.submit() }catch(err) { if(err.name != “NO_DEPLOYMENTS_AVAILABLE”) { // If error except no deployments availble log.error(“error”,err); throw err; } } getInputData works fine. Map reduce work while clicking on save & Execute Issue: The integration record should have following permissions to access… Continue reading Map/Reduce script FAILED while triggering from Restlet.