Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
How to get the info about project2 owner through api?
Solved! Go to Solution.
You can use getOwner() api on the Project2 object. It will return you the owner as a WTPrincipal object.
Let me know, if you need more info.
You can use getOwner() api on the Project2 object. It will return you the owner as a WTPrincipal object.
Let me know, if you need more info.
Hrishikesh, did Prabhash's post help?
yes
In the future, if you could mark the thread as answered it would be helpful. I have already marked his answer as correct in this case.
Thanks!