Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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.