DUZ |
Input |
The user's DUZ. The user's IEN in the NEW PERSON
file (200).
|
XMDUZ |
Used |
(optional) The DUZ of the person from whom the
message should appear to be. Default is DUZ.
|
XMSUB |
Input |
The subject of the message. Must be 3-65 characters.
|
XMTEXT |
Input |
A semi-colon (;) delimited string of the open roots
of arrays and globals to be loaded into the PackMan message.
|
XMY |
Used |
(optional) Recipients to whom to send the PackMan
message.
XMY(addressee)=""
XMY is killed upon successful completion of this API.
|
TMP("XMP",$J, |
Used |
(optional) If you wish to place any message text in
the PackMan message to be read by any of the recipients, place it under
^TMP("XMP",$J), as follows:
^TMP("XMP",$J,1,0)="Hi! Here are the globals"
^TMP("XMP",$J,2,0)="for our project"
etc.
^TMP("XMP",$J) is killed upon successful completion of this API.
|
DIFROM |
Used |
(optional) Specifically for FileMan or KIDS packages.
|
XMZ |
Output |
If the API is successful, message IEN in the MESSAGE
file (3.9) of the Packman message which was created.
If the API is not successful, it's unchanged or undefined.
It's important, therefore, that XMZ be newed or killed before this API is
called.
|
XMMG |
Output |
If the API is successful, it's unchanged or
undefined.
If the API is not successful, it contains an error message.
It's important, therefore, that XMMG be newed or killed before this API is
called.
|