Operation Details
Description: Reads CaseID for the verification based on the verificationID and the verification linkedType. The verificationLinkedType will always be set to participant in method. We are checking for a linkedID that is not participant i.e. that is case
Sterotype: ns
SQL
SELECT
  Verification.verificationLinkedID
INTO
  :caseID 
FROM
  Verification 
WHERE Verification.verificationID = :verificationID 
  AND Verification.verificationLinkedType <> :verificationLinkedType