Send claims, approvals, and status updates from the OEM instance to the connected Dealer Management System (DMS).
Before you begin
Role required: admin
Procedure
-
Get the WSDL (Web Services Description Language) endpoint for the dealer's DMS.
-
Get the credentials for the dealer's DMS.
-
Create outbound SOAP (Simple Object Access Protocol) message in the sys_soap_message table on the OEM ServiceNow instance for this WSDL.
-
Configure the corresponding SOAP function.
-
Open the corresponding dealer record from the sn_dealer_mgmt_dealer table.
-
Update the Outbound SOAP Message field with the newly created SOAP message.
-
Update the SOAP Message Function field with the newly created SOAP function.
-
Verify the business rule conditions that invoke the outbound integration payload on the sn_repair_claim_mgmt_case table.
An outbound integration business rule is invoked on the Repair Claim Case table when:
- Source = DMS
- Claim state changes to a supported adjudication state
The business rule prepares the outbound payload.
-
Test claim submissions.
-
Review errors.
-
Push the following changes to the production instance.
- Outbound SOAP message
- SOAP function
- Business rule, if modified
- Dealer record changes