Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi all,
I want to fetch list of all checked out object by specific user through windchill API, can some one help me out?
Input : UserName
Output : Checked-out objects list
Thanks.
I am not sure of your business requirement for this tool, but just want to confirm if you do not want to do it using report manager? Because it takes a minute to construct this report using Workable interface
Thanks for your response,
but not acceptable this solution.
Have you tried the following?
WorkInProgressHelper.service.findCheckedOutObjects(user);