CreateIncidentReceipt Message
The CreateIncidentReceipt Message is the asynchronous receipt that is sent after processing the Createincident Message.
The CreateIncidentReceipt Message is the asynchronous receipt that is sent after processing the Createincident Message.
You will have been redirected to the Messages page after submitting the Response Message. If navigating from elsewhere, click the 'Messages' icon and you will see the following screen (note: the previously configured message is visible in the list):
Click New.
The fields to be configured for the CreateIncidentReceipt New Message modal are as follows:
Field | Description | Value |
---|---|---|
Message name | The message name that is unique for this integration. | 'CreateIncidentReceipt' |
Type | The primary purpose of the message. | 'Receipt' |
Direction | The direction(s) this message is configured to support. (Choices: Inbound, Outbound, Bidirectional) | 'Bidirectional' |
Your CreateIncidentReceipt New Message modal should look like this:
Submit and view to further configure the Message.
Navigate to Message > Response.
The Response fields to be configured are as follows:
Field | Description | Value |
---|---|---|
Response | The immediate synchronous response to this message. | lookup: 'Response' |
Your Response form should look like this:
Navigate to Message > Bond.
The Bond fields to be configured are as follows:
Field | Description | Value |
---|---|---|
Set bond state inbound* | Set the Bond State when receiving this message. Use 'None' to leave the Bond State alone or to modify it via a Message/Field Stage to Target script. | 'Open' |
*Set bond state choices: None, Pending, Open, Suspended, Vendor suspended, Closed
Your Bond form should look like this:
Navigate to Inbound > Settings.
The Inbound Settings fields to be configured are as follows:
Field | Description | Value |
---|---|---|
Reference lookup script | The script containing functions for extracting internal and external references from the request payload. | Update the code in the Reference lookup script field so that it looks like the code below |
The code in the 'Reference lookup script' field should look like this:
Reference lookup script: In an asynchronous integration it's important to identify which message an asynchronous receipt is replying to. This script extracts the transaction's unique identifier.
In the case of an inbound create/update it would return their external message id (source id) to identify which transaction our asynchronous receipt belongs to. In the case of an inbound asynchronous receipt it would return our internal message id (target id) to identify which transaction their asynchronous receipt belongs to.
Your Inbound Settings form should look like this:
Click 'Save'.
We are now ready to configure the Fields for our CreateIncidentReceipt Message.