Skip to main content
12-Amethyst
February 19, 2020
Question

How to get list of checked out objects in context(s) by user?

  • February 19, 2020
  • 2 replies
  • 2388 views

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.

2 replies

12-Amethyst
February 20, 2020

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 interface2020-02-20 11_14_19-Query Builder - Workable.png

mohitenw12-AmethystAuthor
12-Amethyst
February 24, 2020

Thanks for your response,

but not acceptable this solution.

6-Contributor
August 17, 2021

Have you tried the following?

 

WorkInProgressHelper.service.findCheckedOutObjects(user);