Operation Details
Description: Reads the last updated time of the template milestone.
Sterotype: ns
SQL
SELECT
  PlanTemplateMilestone.lastWritten
INTO
  :lastWritten
FROM
  PlanTemplateMilestone
WHERE PlanTemplateMilestone.planTemplateMilestoneID = :planTemplateMilestoneID