SDP MSP Integration

SDP MSP Integration

Requirement:
  1. Move Requests from SDP OP to SDP MSP.
  2. Create Tasks from SDP OP to SDP MSP, for Request module.
  3. Update SDP Request when MSP request is updated.

Steps to configure - Duplicate SDP Ticket in MSP:
  1. Update configuration informations in SDP Portal.
  2. Goto Admin > Developers Space > Global Functions > Paste the contents of "configuration.txt" and save it with a name.
    1. Update the URL and integration key in the script. 
    1. You can get the integration key under Admin > Integrations > Integration Key > New
    2. Please use an integration key with admin privilege, as there wont be any role related permission issues. 


  3. Goto Admin > Request Custom Function > Global Functions > Paste the contents of "configuration_msp.txt" and save it with a name.

  4. Goto Admin > Developer Space > Request Custom Function > New > Paste the contents of "msp_createrequest.txt" and save it with a name.
    1. Additional field names have to be modified as per your instance:
    2. Refer to the additional field names in Admin > Incident/Service Additional Fields:
  5. Configure this as a custom trigger to get invoked for every request being created/edited in SDP.


Steps to configure - Update SDP Ticket from MSP:
  1. Update configuration informations in MSP Portal.
  2. Goto Admin > Request Custom Functions > Global Functions > Paste the contents of "configuration.txt" and save it with a name.

  3. Goto Admin > Request Custom Function > Custom Functions > New > Paste the contents of "update_SDP_request.txt" and save it with a name.

  4. Configure this custom function in a custom trigger to get invoked every time a ticket is edited.



Steps to configure - Duplicate SDP Tasks in MSP:
  1. Since we have already configured the configuration informations for request duplication, we can use the same here.
  2. Goto Admin > Developer Space > Task Custom Function > Paste the contents of "msp_createtask.txt" and save it with a name
    1. Additional field names have to be modified as per your instance:
    2. Refer to the additional field names in Admin > Incident/Service Additional Fields:
    3. Configure this as a custom trigger to get invoked for every task being created under request module in SDP.



      New to ADSelfService Plus?

        Resources

            • Related Articles

            • Azure DevOps Integration

              Feature:  Azure DevOps Integration <-->  ServiceDeskPlus (Plugin Model) --> Create a new work-item in Azure DevOps when a request is created in SDP --> Update SDP request status when a Azure DevOps work-item status is updated --> Updating Comments ...
            • Slack Integration

              This is a sample python script that is used to post request details from ServiceDesk Plus into Slack.Slack is a cloud-based team collaboration tool that allows team members to communicate without the use of emails or group SMS. Use Case: Lets assume ...
            • SDP OnDemand Integration - Duplicate Request in multiple OnDemand instances

              Requirement: Move Requests from SDP OP to SDP OD. Steps to configure: Download and move the attachment content to <SDP_Home>\integration\custom_scripts In Configuration.json: Update the URL and integration key in the script. You can get the ...
            • ServiceNow Integration

              Establishing two-way communication between ServiceDesk Plus and ServiceNow is done in 4 steps.  It can be achieved using Python scripts by installing Python runtime in builds older than 11120 but with newer builds, it can be done with Deluge scripts ...
            • Zoho Cliq Integration

              In Zoho CRM for example, if a task is assigned it notifies in Zoho Cliq, in the same way for SDP, if a request is assigned, it should ping in a particular channel with the ID. Use Case:   There might be individual chat groups for each department ...