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 ADManager Plus?

                    New to ADSelfService Plus?

                      • 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 To Zoho Project Integration

                        Requirement: When a change is moved to "Implementation" Stage, a project in Zoho Project has to be created. Generating an Auth token To use the 'Project API' we will need Project's authentication token from Zoho Accounts. Follow the instructions in ...
                      • Zoho Project to SDP Integration

                        Requirement: Considering the earlier integration discussed in the article: https://pitstop.manageengine.com/portal/en/kb/articles/sdp-to-zoho-project-integration Subsequently, upon adding a task to Zoho Projects, it's essential to mirror this action ...
                      • 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 ...