|
Defining Notification Message and Fax Header Text |
Top Previous Next |
|
The FACSys server uses an embedded command syntax to create the notification messages and outbound fax headers you define for the fax server. For a list and description of the valid tokens, refer to the table below. To prevent misinterpretation of any command, you must surround all tokens with the tilde (~) character. The simplest form of any token is as follows: Example: Fax was sent to ~n~ successfully! Result: Fax was sent to jeff smith successfully!
NOTES:
Optional formatting is supported in addition to the embedded syntax. To produce a fixed output length, use the colon character. As illustrated in Example1 below, a colon followed by a number will cause any alpha-type output to be left-aligned in a fixed field length as defined by the number used. The name "Tom Smith" is left-aligned in a 20-character field. (You may have to enlarge the size of your Help window to see the alignment.) Example1: Fax was sent to ~n:20~ successfully! Output1: Fax was sent to Tom Smith successfully!
Example2 shows that omitting the optional formatting will cause numeric-type output to be left-aligned. In Example3, a colon followed by a number causes the numeric-type output to be right-aligned in the fixed field length (compare this with Example1 above). Example2: Pages transmitted: ~p~ Output2: Pages transmitted: 3
Example3: Pages transmitted: ~p:10~ Output3: Pages transmitted: 3
In Example4, a colon followed by a number that is preceded by a zero causes the numeric-type output to be right-aligned in a zero-filled fixed field length. Example4: Pages transmitted: ~p:03~ Output4: Pages transmitted: 003
The table below lists the valid command tokens and describes how they affect your messages and header contents. The Use column indicates where you can use the tokens: S=send notifications; R=receive notifications; and TTI=fax header message. The Type column indicates the type of output generated: a=alpha; or n=numeric.
The ASCII error messages that can be displayed with the ~e~ token include:
|