---
title: "ServiceNow <> Remedy Integration (Legacy)"
canonical: "https://docs.perspectium.com/space/earlierReleases/1442164/ServiceNow%20%3C%3E%20Remedy%20Integration%20(Legacy)"
format: markdown
---
This i ntegration allows for replication of Issues and Incidents between your ServiceNow and Remedy instances.  This is a legacy feature so it has restricted permissions for Perspectium employees only - it is intended for internal use with customers on a need-by-need basis.  Update Sets To begin integrating SIAM for Remedy into your ServiceNow instance, you must first install the Perspectium update sets - request the download links from  support@perspectium.com .  The update sets should be installed in this order: Perspectium for ServiceNow update set Perspectium Common Endpoint Perspectium Common Doc to integrate (ie. Common Incident, Common Change, etc.) Perspectium SIAM for Remedy update set Once the update sets have been installed the Perspectium app in the ServiceNow menu should show the Remedy SIAM Integration tab: Subscribe Queue If you are planning on subscribing to data from Remedy to ServiceNow, you need to set up a subscribe queue. The information you will need to set up this subscribed queue: Name of the queue Endpoint url Queue user Queue user password The endpoint url, queue user, and queue user password will be provided by Perspectium support. The name of the queue is usually in the form  psp.out.servicenow.yourinstancename . Dynamic Share and Shared Queue After the SIAM base and SIAM for Remedy update sets have been installed, a dynamic share and a shared queue should have been created. Visit the   Dynamic share   and   Shared Queues   pages for general information on both of these features. To verify that the dynamic share has been created: Click on the  dynamic share  link in the under the  Remedy Siam Integration  tab in the Perspectium App. This should open up to a table where an Incident dynamic share should have been created. Click on this dynamic share and verify that the  Active  box is checked, and that under  Additional Settings  the Table Map and Target Queue fields have values. To verify that the Shared Queue has been created: Click on the  shared queues  link under the  Replicator  tab in the Perspectium App. This should open up a table where a shared queue named  psp.in.siam.client.remedy  should have been created. Click on this Shared Queue and verify that it is active. Stay in this Shared Queues view to complete the Dynamic Share and Shared queue configuration. To complete the configuration you will need: The SIAM endpoint url. The Queue user for your SIAM endpoint. The Queue user password for your SIAM endpoint. These will all be given to you by Perspectium Support. You will then need to enter this information into the  Endpoint URL ,  Queue user , and  Queue user password  fields in the  psp.in.siam.client.remedy  shared queues. Once this is done, click  Update  in the top right of the shared queue view and these settings should be saved. Creating Dynamic Shares To create your own share for other tables click the Dynamic Shares module under the Perspectium application menu. Click  New  to move on to the dynamic share form. Select the desired table to share and check the  Active  box. Then, choose your trigger conditions and move to the  Additional Settings  section of the form. Select the table map that contains Remedy and the table name. Select the Target queue   psp.in.siam.client.remedy . Outbound and Inbound Table Maps Just like Shared and Dynamic queues, an inbound table map and an outbound table map should have been created after the SIAM update sets were installed. The Inbound table map will handle the conversion of Remedy common incidents into ServiceNow incidents. The outbound table map will handle the conversion of ServiceNow Incidents into Remedy common incidents. To verify that these have been created: Click the link for the Inbound Maps under the Remedy SIAM Integration tab. Verify that Common Incident to Incident for Remedy exists in this table. Click the link for the Outbound Maps under the Remedy SIAM Integration tab. Verify that Incident to Common Incident (Remedy) exists in this table. If either of these maps is missing please contact   support@perspectium.com The outbound table map requires specific fields to communicate from ServiceNow Incidents to the Remedy common incidents. For each new table, a table map with the required outbound table map fields are necessary. The “@” designates data to the attribute field instead of going directly to the common data format. A table of the outbound table map fields are listed below. Source Field Source Script Target Field Required correlation_display @entry_ID Mandatory RemedyForm answer=“IMT:ServiceNow_TRN”; @RemedyAPIForm Optional RemedyIdField answer=“Related ID”; @remedy_id_field Mandatory (empty) answer=“remedy”; @SIAM_provider Mandatory Scheduled Jobs Scheduled Jobs query against Remedy to check if any updates are necessary. In Scheduled Jobs, different components can be set like polling internal, custom query fields, query candidates, and time of updates. Under Scheduled Jobs, look for Perspectium Remedy Subscriber and confirm that it is there.