OOPS SET FIELD (1404)    REMOTE PROCEDURE (8994)

Name Value
NAME OOPS SET FIELD
TAG SETFIELD
ROUTINE OOPSGUI2
RETURN VALUE TYPE ARRAY
AVAILABILITY PUBLIC
WORD WRAP ON FALSE
DESCRIPTION
This broker call will set a single field in file 2260. 
INPUT PARAMETER
  • INPUT
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    DESCRIPTION:   
    Contains the IEN of the record and the field number to be modified in file 2260.
    The format for the IEN and field number is IEN^FIELDNUM.
    
  • VALUE
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    DESCRIPTION:   
    The VALUE parm should be the external value that you want to set for the field
    specified in the INPUT parm.
    
RETURN PARAMETER DESCRIPTION
The output (RESULTS) will contain a message indicating the results of the
attempted update. "UPDATE FAILED" indicates there was an error/failure. 
"UPDATE COMPLETE" indicates the update was valid.