TIU LOAD RECORD TEXT (4391)    REMOTE PROCEDURE (8994)

Name Value
NAME TIU LOAD RECORD TEXT
TAG CPGT4EDT
ROUTINE TIUSRVR
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY SUBSCRIPTION
WORD WRAP ON TRUE
DESCRIPTION
This RPC returns the text (body) of a TIU Note. It is based on the TIU
LOAD RECORD FOR EDIT RPC.
INPUT PARAMETER
  • TIUDA
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    DESCRIPTION:   
    This is the record number (IEN) in file 8925 for the document to retrieve
    the body text.
    
RETURN PARAMETER DESCRIPTION
The return will be in ^TMP("TIUEDIT",$J,"TEXT",n) with the 0 entry being 
the header of "$TXT". Example return:
 
     ^TMP("TIUEDIT",12345,"TEXT",0)="$TXT"
     ^TMP("TIUEDIT",12345,"TEXT",1)="This is the first line of the note!"