File format, either JSON or X12
-
JSON
-
X12
-
XML
Using property placeholders, Partner Manager enables you to configure a template that specifies properties and their order in the the file name patterns for files delivered to SFTP and AS2 send endpoints.
When file name pattern fields are configured with property placeholders (specified within ${ }
), Partner Manager dynamically populates the file name with updated information at runtime. Any file name property field that is not specified within the placeholder is static and is not updated at runtime.
The following are the supported property placeholders and the dynamic value the placeholder is replaced with at runtime:
Placeholder | Replaced with |
---|---|
${DocType} |
EDI Document Type |
${GSSender} |
Group ID of the Sender |
${GSReceiver} |
Group ID of the Receiver |
${ISASender} |
Interchange ID of the Sender |
${ISAReceiver} |
Interchange ID of the Receiver |
${uuid} |
Unique Identifier, for example: |
${YYYY} |
Year: 2020 (All date and times must be in UTC format) |
${MM} |
Month: 04 |
${DD} |
Date: 14 |
${HH} |
Hour: 15 |
${mm} |
Minute: 25 |
${sss} |
Second: 46 |
${timeInMillis} |
Milliseconds: 345 |
${ICN} |
Interchange Control Number |
${BusKey} |
Primary Business Key value, for example, |
${formatTypeExt} |
File format, either JSON or X12
|
File Name Pattern |
Generated File Name |
$article_${ISASender}_${YYYYMMDD}_${HHmmSSsss}_${ICN}.edi |
|
INVOICE_${SenderGSID}_${ICN}.${formatTypeExt} |
|
${uuid}.edi |
|
$article-${YYYY}-${MM}-${DD}-${HHmmSSsss}.dat |
|
$article_${ISASender}_${YYYYMMDD}_${HHmmSSsss}_${ICN}.${formatTypeExt} |
|