Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello,
I want to write a query spec in such a way that it should give only the later revisions of a part from a specific version and not the old versions. If any of you got such functionality already, please comment the same.
Thanks,
Sha
Use VersionControlHelper.service.allIterationsOf(iterated_obj). This service returns all iterations of the selected object, from last to first. Then pick what you need.