SWIFT Module 7.1 SP10.July 2020 | Package Services | WmFIN Package Services | wm.fin.dev Folder | wm.fin.dev:importFINItems
 
wm.fin.dev:importFINItems
This service imports, configures, and creates all items needed in a SWIFT message transaction. This includes the IS document, DFD, parse template, TN document type, TN processing rule, and TN TPA.
Input Parameters
msgType
String SWIFT message type, for example, 502.
version
String FIN version (for example, nov10).
format
String Optional. The format of the generated blocks and fields for the input SWIFT message. Valid values are:
*TAG_BIZNAME (default). SWIFT message tag followed by the business name specified in the message DFD, for example, 23G_Function of the Message.
*TAGONLY. SWIFT message tag only. for example, 23G:.
*BIZNAMEONLY. Business name specified in the message DFD, for example, Function of the Message.
*XMLTAG. XML-compatible tag name. This format cannot contain colons or tags that begin with a number, for example, F23G.
subfieldFlag
String Specifies whether to parse fields to the subfield level in the IS Document Type generated for this SWIFT FIN message. Valid values:
*true (default). Parse to the subfield level:
*For inbound messages, removes the SWIFT delimiter (/) between subfields.
*For outbound messages, adds the SWIFT delimiter (/) between subfields.
*false. Parse to the field level.
createDocType
String Optional. Indicates whether to create and insert a TN document type for this message. The TN document type is used to recognize an incoming message. Valid values: true or false.
createProcessing
Rule
String Optional. Indicates whether to create a Trading Networks processing rule for this message. After the message is recognized, the processing rule specifies how the message should be processed. Valid values: true or false.
createTPA
String Optional. Indicates whether to create a Trading Networks TPA for this message. This specifies specific variables used in WmFIN for processing and validation. Valid values: true or false.
Output Parameters
None.