Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
HTML
<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #d4af37; 
	border-color: #FCE28A;
}

.release-box:hover {
  	cursor: hand;
    cursor: pointer;
    opacity: .9; 
}
</style>
<meta name="robots" content="noindex">

<div class="release-box">
<a href="https://docs.perspectium.com/display/gold" style="text-decoration: none; color: #FFFFFF; display: block;">
Gold
</a>
</div>

ServiceNow outbound Table Maps handle how data being shared out of ServiceNow is processed. After creating a ServiceNow dynamic share for DXC, you will need to add fields for the Incident to Common Incident ServiceNow table map under the Table Maps module. 


Prerequisites


(warning)(warning) You will first need to create a ServiceNow dynamic share for DXC.


Procedure

To modify the Incident to Common Incident table map to DXC, follow these steps:



UI Steps


UI Step

Access the outbound table map

Log into your ServiceNow instance and navigate to Perspectium > Control and Configuration > Table Maps or simply type and then select Table Maps in the Filter Navigator on the upper left-hand side of the screen. Then, click into Incident to Common Incident.


UI Step

Create new Field Map 

Navigate to the PSP Table Field Map and click New


In the Source Field, add caller_id.email. In the Target Field, add caller_email.

Check Use Script, then add the following in the Source Script:

Code Block
languagejs
answer = current.caller_id.email;

Then, click Submit


UI Step

Modify Field Maps 

Click into the assignment_group field map and modify the Target Field to assignment_group_name. Then, click Update.

Repeat the step to modifying field maps with the following: 

Source Field Target Field
assignment_groupassignment_group_name
cmdb_cicmdb_ci_name
assigned_toassigned_to_email
locationlocation_name

Similar topics

Content by Label
showLabelsfalse
max5
showSpacefalse
sortmodified
cqllabel in ("service-gateway","dxc") and space = currentSpace()

Contact Perspectium Support

Image RemovedUS: 1 888 620 8880

UK: 44 208 068 5953

support@perspectium.com