CreateIncidentReceipt Fields

We will utilise the Field & Field Map records to configure the Message Scripts for the CreateIncidentReceipt Message.

Copy Field Maps

It is worth copying all relevant OOTB Field Maps as are necessary for your integration before using any of them in your Field Records - thereby mitigating the risk of any potential issues with future upgrades.

The Field Maps we shall use for our CreateIncidentReceipt Field records are:

  • Message Header

  • Receipt Status

To copy the Message Header Field Map, navigate to the 'Field Maps' icon.

Click on the ellipsis to the right of the Message Header Field Map & then click Copy.

Copy Field Map Modal

The fields to edit for the Copy Field Map modal are as follows:

Field
Description
Value

Name

The name of your field map. (If left unedited, it will append the word 'Copy' to the existing name.)

<Your Name>

Integration*

The integration this field map is associated with.

<Your Integration>

*This field is automatically populated.

Your Copy Field Map modal should look like this:

Click Copy.

You will be redirected to the Details page of the newly created Field Map.

Field: message.message_header

From the CreateIncidentReceipt Message, navigate to Message > Fields. Click New.

The fields to be configured for our message_header New Field modal are as follows:

Field
Description
Value

Message*

The Message this Field record is linked with.

'CreateIncidentReceipt'

Description

Describe what this field is for and any specific details that might help you in future.

'The protocol message header'

Active*

Set to true to use this Field record for processing.

<true>

Field map

The Field Map this Field record is linked with.

'IG - Message Header'**

Map to field*

Use this Field record to represent a field on a source/target table.

<false>

Path

Where in the payload the data will be placed.

'message'

Property

The property in the payload the data will be written to.

'message_header'

Inbound*

Set to true to use for inbound Messages.

<true>

Outbound*

Set to true to use for outbound Messages.

<true>

*These fields are automatically defaulted to true, or automatically populated.

**Field map: Value may vary. Choose the copy Field Map you created for your Integration.

Your 'message_header' New Field modal should look like this:

Submit the record.

You will be redirected back to the Fields page of the CreateIncidentReceipt Message.

Field: message.transaction_details

Click New.

The fields to be configured for our transaction_details New Field modal are as follows:

Field
Description
Value

Message*

The Message this Field record is linked with.

'CreateIncidentReceipt'

Description

Describe what this field is for and any specific details that might help you in future.

'Used to send and receive transaction process errors'

Active*

Set to true to use this Field record for processing.

<true>

Field map

The Field Map this Field record is linked with.

'IG - Receipt Status'**

Map to field*

Use this Field record to represent a field on a source/target table.

<false>

Path

Where in the payload the data will be placed.

'message'

Property

The property in the payload the data will be written to.

'transaction_details'

Inbound*

Set to true to use for inbound Messages.

<true>

Outbound*

Set to true to use for outbound Messages.

<true>

*These fields are automatically defaulted to true, or automatically populated.

**Field map: Value may vary. Choose the copy Field Map you created for your Integration.

Your 'transaction_details' New Field modal should look like this:

Submit the record.

You will be redirected back to the Fields page of the CreateIncidentReceipt Message.

Build

Now that we’ve configured the Field records for the CreateIncidentReceipt message, we are ready to build our message scripts.

The following Field records should now be in place for your CreateIncidentReceipt messsage:

Navigate to Advanced > Script Editor.

When you first open the Script Editor, you will see the following:

Click on Build Message.

You will see the 'Message build successful' Info Message.

Your Script Editor fields should now look like this:

You can click View to adjust the layout and change the view to show various combinations of, or individual script fields.

Message Scripts

The newly auto-generated code will appear between a Begin & End Comment immediately prior to any code that may already be there (pre-existing code will be retained).

//===== [ws] Begin Unifi Auto Generated Code =====//

/*
 * This code (between the Begin and End comments) is generated from the
 * Field and Field mapping records which are configured as part of the integration.
 *
 * All code either above or below the comments will be automatically maintained
 * through the build cycle.
 *
 * WARNING: Do not edit the Begin or End comments.
 */

(New auto-generated code will appear here)

//===== [ws] End Unifi Auto Generated Code =====//

(Old pre-existing code will appear here)

Once you have finished examining the code, click 'Close' to navigate back to the Fields page of the CreateIncidentReceipt Message.

We are now ready to configure our CreateIncident Message.

Was this helpful?