How to get list of checked out objects in context(s) by user?
Feb 19, 2020
02:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 19, 2020
02:28 AM
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.
Labels:
- Labels:
-
API
- Tags:
- windchill api
3 REPLIES 3
Feb 19, 2020
07:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 19, 2020
07:19 PM
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
Feb 24, 2020
03:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 24, 2020
03:57 AM
Thanks for your response,
but not acceptable this solution.
Aug 17, 2021
07:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Aug 17, 2021
07:03 PM
Have you tried the following?
WorkInProgressHelper.service.findCheckedOutObjects(user);
