DSIYV04 CHKDUP (4160)    REMOTE PROCEDURE (8994)

Name Value
NAME DSIYV04 CHKDUP
TAG CHKDUP
ROUTINE DSIYV04
RETURN VALUE TYPE ARRAY
DESCRIPTION
Returns a list of vendors which are potential duplicates with the entry 
that the user is adding as a new vendor.  It compares the vendor name and 
taxid using the B and D cross-reference of the file.  One of the 
parameters can be null, but not both.  It expects that at least 3 
characters are entered for the vendor name.  If more than 10 characters 
are entered on the name, it looks for matches with the first 10 
characters.
INPUT PARAMETER
  • TAXID
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   NO
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The value which the user has entered for the TAXID/SSN.  This will be 
    compared against the FMS VENDOR CODE using the D cross-referece.
    
  • NAME
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   36
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The value that the user has entered for the NAME.  When matching with the 
    B cross-reference, punctuation is removed and only the first 10 
    characters are used for matches.
    
RETURN PARAMETER DESCRIPTION
DSIYRET(IEN)=IEN^TAXID^NAME - local array
DSIYRET(1)=0^No potential duplicates found