Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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);