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

We are happy to announce the new Windchill Customization board! Learn more.

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

mohitenw
11-Garnet

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);

Top Tags