Please check for and remove any disconnected logins from Sage 200 in the first instance. If this has not resolved, then back up the impacted database before running the following SQL script against it.
UPDATE PLSupplierDocument
SET SendToPLSuppContactValueID = NULL
WHERE SendToPLSuppContactValueID NOT IN (SELECT PLSupplierContactValueID FROM PLSupplierContactValue)
|