| GETTL |
This API returns the Title Name from the TIU DOCUMENT
DEFINITION file (#8925.1), based on an input IEN. Works for any type of
Document Definition, not just Titles.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUDA |
Input |
A TIU DOCUMENT DEFINITION IEN
|
$$GETTTL |
Output |
The .01 Name corresponding to the input DOCUMENT
DEFINITION IEN
|
|
CHKDOC |
This API checks whether or not a Document from the
TIU DOCUMENT file (#8925) exists, given its IEN.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUDA |
Input |
An IEN from the TIU DOCUMENT file
|
$$CHKDOC |
Output |
Returns 1 if the document exists in the TIU DOCUMENT
file, or 0 if not.
|
|
GETLIST |
This API returns a list of PRF TITLES from the TIU
DOCUMENT DEFINITION file (#8925.1). The list Includes Category I or Category
II TITLES or both, depending on the value of the input parameter PRFCAT.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PRFCAT |
Input |
This input parameter determines what PRF category
titles to return. 1 = Category I, 2 = Category II, and 3 = Categories I AND
II.
|
TARGET |
Both |
This array name must be passed in as a closed global
root. The list of Titles (IEN^NAME) will be returned in this array.
|
|