Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi,
When I am creating a part through Api and making it persistent and immediately I am doing Iteraton on that part and trying to retrieve
the latest Iteration of that part I am getting this Exception( wt.vc.wip.NonLatestCheckoutException). can you help me out from this.
wt.vc.wip.NonLatestCheckoutException:
Part - VV12, VV12, can not be checked out because it is not the latest iteration.
Hi Vineeth,
A snippet of your code where the checkout is performed would be helpful.
Thanks,
Lori
Hi Lori,
the code is difficult to understand for people,so I will give my requirement.
-->create a Parent part and immediately add a existing part as child part.
what I have done for above problem
I have created the Parent part and after creation I have retrieved it, and added the existing part as child part..
but i dont want retrieving the Parent part, I want to add dirtectly the child part with out rretrieving the parent part after creation.