Users can delete any existing vendor record by using this method. The provided vendernumber record will be deleted from all relevant database tables. Users will need to provide a vendor number and its client Checksum value as an input. The method returns response in XML format with success or error message. On deletion of a record the relevant database fields and tables RCX
/DCX
, RLR
/DLR
, RUO
/DUO
and RUQ
/DUQ
will be updated to delete relevant record field's. The function of this method is similar to as U0201 Vendor interactive works today for vendor delete operation.
public String delete (String vendorNumber, String clientRelChecksum)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
vendorNumber - - Vendor number to delete a vendor record.
clientRelChecksum - - clientRelChecksum
number of an existing vendor record to delete a vendor record. The clientRelChecksum
element value could be found in a subsequence retrieve call in clientRelChecksum
element.