MAGG CAPTURE USERS (2572)    REMOTE PROCEDURE (8994)

Name Value
NAME MAGG CAPTURE USERS
TAG USERS
ROUTINE MAGGA03U
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY RESTRICTED
WORD WRAP ON TRUE
DESCRIPTION
This call will find users that have captured images in a date range.
The list of users can be filtered by the FLAGS parameter
The Flags Parameter can contain
'C' for images captured on the Capture Workstation
  and/or
'I' for images captured throught the Import API.
INPUT PARAMETER
  • FLAGS
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    The Flags Parameter can contain
    'C' for images captured on the Capture Workstation
    and/or
    'I' for images captured throught the Import API.
      
    If the parameter is null it defaults to 'CI'.
    
  • FROMDATE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The earliest Date to search for users.
    
  • TODATE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The latest Date to search for users.
    
RETURN PARAMETER DESCRIPTION
The resulting global array is structured as:
 ResultArray(0)  = 1^success  :  for successful completion.
                or 0^<error message> : if an error occured.
  
 ResultArray(1..n) = UserName ^ DUZ