A table of predefined mapping functions for use with message maps.
Name | Parameters | Return | Notes |
---|---|---|---|
occurrence | Source field from the message or database. | Source field as selected from a group of repeating fields. | Often used in a condition statement when source repeats
to execute specific statements for a specific occurrence. For example: msgmap:occurrence($source/po:purchaseOrder/items)=2 means the second field, po:purchaseOrder |
exact-type | 1- Source field from the message or database |
True if the source is of the specified type in the specified namespace. | Often used in a condition to execute specific statements
for a specific source type. For example: msgmap:exact-type($source/tn1:msg2,'tn1','extendedMsgType') |