Operation Details
Description: Counts the number of plan template milestone records for a specified milestone configuration.
Sterotype: ns
SQL
SELECT
  COUNT(*)
INTO
  :numberOfRecords 
FROM
  PlanTemplateMilestone 
WHERE milestoneConfigurationID = :milestoneConfigurationID