Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hello,
Unable to get the life cycle history of a part when it's checked out using : LifeCycleHelper.service.getHistory(lcm)
it's return a null .
any help would be appreciated,
Thanks.
imad
Solved! Go to Solution.
Thanks for your reply,
i was sending the workingCopy, now i tried with the originalCopyOf(Part) and it's work fine.
regards
Are you sending it the working copy or the checked in copy?
Thanks for your reply,
i was sending the workingCopy, now i tried with the originalCopyOf(Part) and it's work fine.
regards