Service MQ form - Completing the Request tab
Use the Request tab to specify the data read from the incoming request message. Data is mapped to the clipboard from fields of the message header or parameter values in the message body.
Header
Field | Description |
---|---|
Header Fields | |
Field Name |
Select which MQ Message Header field (from the MDMQ structure) you want to
capture. Select:
|
Description | Enter a text description of this field. |
Map To |
Select a mapping type. Select
Clipboard
to map this value to
a
Single Value
property on the clipboard.
See the description of the Map To field below for other choices. |
Map To Key |
Enter the target property name to which the data is mapped. Use the
param
keyword to place the data on the parameter page of the
activity.
|
Message Data
Field | Description |
---|---|
Message Data | |
Data Type | Enter the external data type of the request parameter:
String , Integer , Bytes ,
All Chars , All Bytes , Double ,
or Boolean . If you choose To read the entire message buffer as one variable-length text or binary data,
specify Note: As a best practice, use
All Chars or All
Bytes . Do not use String because it prepends an
integer of the length of the string to the data. |
Offset | Optional. Enter an offset number to determine where the system positions the internal cursor before reading the data to the buffer. |
Length |
Used only for text (
String
) and binary
(Bytes
) data types. Enter a fixed length for the data being
read:
The system truncates data values longer than the specified length. It pads data values shorter than the specified length with white space (for text values), or zeros (for binary values). If you do not specify a data length for a text or binary value, the system expects and reads an integer representing the actual length from the data buffer immediately before the data value is read. |
Description | Enter a text description. |
Map To |
Select how the system creates the request parameter values:
If more choices appear, they identify a custom function rule in a
|
Map To Key |
Provide a target to complete the value you selected for the Map To field:
|