DVBA CAPRI PARAM UPDATE (4693)    REMOTE PROCEDURE (8994)

Name Value
NAME DVBA CAPRI PARAM UPDATE
TAG PARAMED
ROUTINE DVBCPUSH
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY RESTRICTED
VERSION 1
DESCRIPTION
This RPC allows CAPRI to update CAPRI Parameter values.
If the parameter has multiples, then the multiple instance values are 
sent in the 3rd input parameter (DVBVAL) separated by vertical bars ("|").
The RPC will delete all instances and replace them with the new values in 
DVBVAL.  If a single null value is sent, then all instances are deleted.
For word processing values, the bars "|" can be used in place of carriage 
returns. If the information is longer than 250 characters, the RPC will 
break it up into lines of 100 characters. 
INPUT PARAMETER
  • PARAMETER NAME
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   250
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Name of the Parameter to be updated. 
    
  • VALUE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   250
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    Value for parameter to be updated to. 
    
RETURN PARAMETER DESCRIPTION
Return value will be one of the following:
OR
An error message indicating why the parameter list was not deleted
OR
Issue trying to split Data
<successful update count>/<total update count> was(were) 
successful^<unsuccessful instance and reason>|<unsuccessful instance and 
reason>
"Word Processing Parameter" was updated successfully
OR
Missing parameter name
OR
The entire parameter list has been delete