OOPS WITNESS CREATE (1409)    REMOTE PROCEDURE (8994)

Name Value
NAME OOPS WITNESS CREATE
TAG ADDWITN
ROUTINE OOPSGUI2
RETURN VALUE TYPE ARRAY
AVAILABILITY PUBLIC
WORD WRAP ON FALSE
DESCRIPTION
This broker call will add a new Witness record for a case in the ASISTS 
Accident Reporting File (#2260).  It is called by the CA1 form in Delphi. 
INPUT PARAMETER
  • IEN
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    DESCRIPTION:   
    This is the IEN for the case in file 2260 that is having the witness info 
    created.
    
  • INFO
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    DESCRIPTION:   
    This is the Name, Street, City, State, Zip, and Date of Witness Signature. It
    must be in format... 
    NAME^STREET^CITY^STATE^ZIP^DATESIGNED
    
  • CMNT
  • COMMENT
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   256
    REQUIRED:   YES
    DESCRIPTION:   
    The input will be a string containing the comment to be added/associated with
    the witness record created. 
    
RETURN PARAMETER DESCRIPTION
This will be a string, either "WITNESS CREATION FAILED" indicating the witness
record was not created, or "WITNESS CREATION SUCCESSFUL" indicating success.