File format:
-
edifact
-
json
-
x12
-
xml
Using property placeholders, Partner Manager enables you to configure a template that specifies properties and their order in the filename patterns for files delivered to SFTP and AS2 send endpoints.
When filename pattern fields are configured with property placeholders (specified within ${ }
), Partner Manager dynamically populates the filename with updated information at runtime. Any filename property field that is not specified within the placeholder is static and is not updated at runtime.
The following table shows the property placeholders that Partner Manager supports and the dynamic value the placeholder is replaced with at runtime. All dates and times must be in UTC format.
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: for example, |
${MM} |
Month: for example, |
${DD} |
Date: for example, |
${HH} |
Hour: for example, |
${mm} |
Minute: for example, |
${SS} |
Seconds: for example, |
${sss} |
Milliseconds: for example, |
${timeInMillis} |
Current time in milliseconds: for example, |
${ICN} |
Interchange Control Number |
${GCN} |
Group Control Number |
${BusKey} |
Primary Business Key value: for example, |
${FormatTypeExt} |
File format:
|
Filename Pattern | Generated Filename |
---|---|
${DocType}_${ISASender}_${YYYYMMDD}_${HHmmSSsss}_${ICN}.edi |
|
INVOICE_${SenderGSID}_${ICN}.${FormatTypeExt} |
|
${uuid}.edi |
|
${DocType}-${YYYY}-${MM}-${DD}-${HHmmSSsss}.dat |
|
${DocType}_${ISASender}_${YYYYMMDD}_${HHmmSSsss}_${ICN}.${FormatTypeExt} |
|