Service MQ form
|
|
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.
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 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 |
Field |
Description |
Message Data | |
Data Type |
Enter the external data type of the request parameter: If you choose To read the entire message buffer as one variable-length text or binary data, specify |
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 (
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 don't 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:
|