cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

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

mohitenw
12-Amethyst

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

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.

3 REPLIES 3

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

Thanks for your response,

but not acceptable this solution.

PJ_9888086
6-Contributor
(To:mohitenw)

Have you tried the following?

 

WorkInProgressHelper.service.findCheckedOutObjects(user);

Announcements

Top Tags