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.
INPUT PARAMETER
  • PARAMETER IEN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   250
    REQUIRED:   YES
  • VALUE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   250
    REQUIRED:   YES
RETURN PARAMETER DESCRIPTION
Return value will be one of the following:
The entire parameter list has been deleted
 
OR
An error message indicating why the parameter list was not deleted
<successful update count>/<total update count> was(were) 
successful^<unsuccessful instance and reason>|<unsuccessful instance and 
reason>...
 
OR
Missing parameter name
 
OR