Operation Details
Description: Read all Product Delivery ID's for a given product in a format suitable for batch processing
Sterotype: nsmulti
SQL
SELECT
  ProductDelivery.caseID
INTO
  :recordID 
FROM
  ProductDelivery
WHERE
  ProductDelivery.productID = :productID