Route multiple request from one email

Route multiple request from one email

Hello,

We are routing Splunk alerts to ServiceDeskPlus and opening requests via a business rule. We do have a senario where we would like to open multiple request and assign them to different groups based on the specific criteria. This would eliminate multipe Splunk alerts with basically the same query, but filtered  based on group responsible.

I discovered the below script, however it does not seem to be working properly, as we receive this error when running a test execution error: {"Failure_Msg":"","newRequestID":""}
  1. req_template_name = requestObj.get("template").get("name");
  2. info requestObj;
  3. instanceJson = context.get("instance");
  4. helpdeskID = instanceJson.get("id");
  5. childObj = global_function_5();
  6. childReqJSON = childObj.get(req_template_name);
  7. //childReqJSON = childReqJSON.toList();
  8. info childReqJSON;
  9. info requestObj;
  10. info helpdeskID;
  11. responseObj = global_function_10(requestObj, helpdeskID, req_template_name);

  12. return responseObj;



                  New to ADSelfService Plus?