Skip to main content
1-Visitor
February 27, 2015
Solved

How to get Project Owner by API in Windchill PDMLink 10.1

  • February 27, 2015
  • 2 replies
  • 1710 views

How to get the info about project2 owner through api?

Best answer by Prabhash

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.

2 replies

Prabhash1-VisitorAnswer
1-Visitor
February 27, 2015

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.

23-Emerald I
March 10, 2015

Hrishikesh, did Prabhash's post help?

hmungekar1-VisitorAuthor
1-Visitor
March 11, 2015

yes

23-Emerald I
March 11, 2015

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!