If the parameter/header has
one static value. If a parameter value includes an ampersand (&) or a
vertical bar (|) or if a header value includes a comma (,) or a vertical bar
(|), precede with a backslash (\& or \, or \|). |
name=value |
key=1
|
If the parameter/header
contains a macro variable, it must be enclosed within two percent signs (e.g.,
"%index%"). See Using macro variables
(Destination File context) for further details on macro usage. Note that
"macros" should not be confused with "keywords" (e.g., "%dir) that are also
supported within the parameter/header values.
|
name=value |
key=MY_NAME_%index%_%date%
|
If the parameter/header can
have one or more possible values, separate with vertical bars (|). To include
a description with a possible value, separate the value and description with
two percent signs (%%). |
name=|value1|...| |
type=|EDI|X12|
|
If the parameter/header can
have unknown values |
name= |
user=
|
If the parameter/header value,
when entered, should be masked, precede with an asterisk (*) |
*name= |
*psw=
|
If the parameter/header is
optional, enclose with brackets ([...]) |
[name=value]
[name=|value1|...|]
[name=]
[*name=]
|
[type=|EDI|X12|] |
If the parameter/header should
be sent to the server even when a value has not been entered, precede it with
a plus sign (+) and enclose with brackets ([…]) |
[+name=] |
[+value=] |
If the parameter is not a
name=value pair but just a value, include the = before the value |
=value |
=true |
If more than one parameter,
separate with ampersands (&) |
name=value&name=value |
user=&*pswd= |
If more than one header,
separate with commas (,) |
name=value,name=value |
recvr=%tp,type=|EDI|X12|
|
If the parameter/header value
can potentially be filled in via a trading partner branch (LexiCom) or the Trading
Partner table (VLTrader and Harmony), use the keyword %tp |
name=%tp |
recvr=%tp |
If the parameter/header value
is the contents of the source file being transferred, use the keyword %file |
name=%file |
file=%file |
If the parameter/header value
is the name of the source file being transferred, use the keyword %file.name |
name=%file.name |
filename=%file.name |
If the parameter/header value
is the extension of the source file being transferred, use the keyword
%file.extension |
name=%file.extension |
filetype=%file.extension
|
If the parameter/header value
can potentially be filled in from the results of a DIR command (one-by-one),
use the keyword %dir |
name=%dir |
filename=%dir |
If the parameter/header value
should include a uniquely generated message identifier, use the keyword
%messageID. |
name=%messageID |
id=%messageID |
If the parameter/header value
should always be sent to the server with no value, use the keyword %empty. |
name=%empty |
attribute=%empty |