Synchronize ServiceNow Incidents with Dynamics 365 Cases

Synchronize ServiceNow Incidents with Dynamics 365 Cases

Invoking the process

Invoking the process

When you invoke the ServiceNow to Dynamics365 (Incident to Case) process, the user receives a notification stating that the process is running in the background. After the process runs, the user receives an email with the number of successful synchronizations and a list of case numbers that failed to synchronize.
To invoke a process, you can use one of the following options:
  • Passing input through a browser
    1. Open the ServiceNow to Dynamics365 (Incident to Case) process and click
      Actions
      Properties Detail
      Copy Service URL
      .
    2. Open a text editor and add the input field and value to the service URL as shown in the following format:
      <Cloud Application Integration POD URL>/active-bpel/public/rt/<API_name>?email=<Email_ID>
    3. Open a browser and paste the service URL as shown in the following sample image:
      The image shows the service URL execution in a browser window.
      A message appears stating that the background job has started.
  • Passing input through a REST client
    You can use a REST client such as Postman.
    1. Open Postman.
    2. Select the HTTP verb as GET and specify the generated REST service URL followed by the input field and value
      ?email=<Email_ID>
      as shown in the following sample image:
      The image shows the HTTP verb and the REST service URL specified in Postman.
    3. Enter the user account details on the
      Authorization
      tab.
    4. Click
      Send
      .
In Application Integration Console, you can verify whether the process execution was successful or faulted.
The following image shows a successful process execution:
The image shows a successful process execution in Application Integration Console.

0 COMMENTS

We’d like to hear from you!