TRANSFER Reference Manual
CREATE-FOLDER-B00
TISERV UOW Descriptions
069139, Update 1 to 40969 Tandem Computers Incorporated 2–165
CORR-NAME
is the name of the correspondent represented by the calling process. You can
specify a partially qualified name, including wild-card characters. If the
correspondent is an administrator of an interest group or is a system administrator
with write privileges, the correspondent can create shared group distribution lists.
In addition, nonadministrative group members can create group distribution lists
if the object-creation privileges flag in the group profile permits it. If the
correspondent does not have the proper authority, an
E-SECURITY-VIOLATION error is returned. In the response, the fully qualified
correspondent name is returned.
FOLDER-NAME
is the name to be assigned to the new folder. The name must be either a
TRANSFER simple name or a fully qualified name.
ORDERING-DISCIPLINE
specifies what information TISERV should use as the ordering key when saving
items in the folder as follows:
TIME-SAVED (T)
saves items in chronological order of the time a SAVE-ITEM UOW is executed
for the items.
CREATOR-NAME (C)
saves items in alphabetic order by the node name and then the correspondent
name of the creator.
EARLIEST-DELIV-DATE (E)
saves items that are package headers and are unalterable by earliest delivery
date, saves items that are package headers and are alterable by creation date,
and saves items that are not package headers.
APPLIC-DEFINED (A)
saves items in order of the ordering key specified by the application in the
SAVE-ITEM-BY-KEY UOW.
An application can specify the same ordering key for multiple items if
duplicates are allowed; if duplicates are not allowed, your application must
ensure that the key is unique. If this field contains a character other than T, C,
E, or A, TISERV returns the error E-INVALID-ORD-DISCIPLN.