Fetching the LatestRevision attribute for Rational RequisitePro®

The LatestRevision attribute in SoDA® template cannot be converted directly to Rational® Publishing Engine. You must manually convert the attribute.

Procedure

  1. In the SoDA migration tool, add a variable in Rational Publishing Engine template. For example, the variable is named count, and set the default value as 0.
  2. Find the query that is used to fetch the Latest Revision.
  3. Sort the query by Date Descending.
  4. Add a filter (or condition) on this query: count==1

Feedback