Operation Details
Description: Counts outcomes with specified outcome ID
Sterotype: ns
SQL
SELECT
  COUNT (*)
INTO
  :recordCount 
FROM
  GoalOutcomeLink 
WHERE goalID = :goalID 
  AND outcomeID = :outcomeID