Autodesk Vault Customization
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
finding out who has locked an item
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
85 Views, 2 Replies
02-08-2012 10:55 PM
When I try to edit a locked item via GUI I get an error message which tells me who has locked the item. Trying to edit a locked item via API throws an error saying that the item is locked but I didn’t find a way to see the corresponding user. Did I miss something? Karl
Solved! Go to Solution.
Re: finding out who has locked an item
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-10-2012 05:00 AM in reply to:
wehr
You have to dig deep into the Detail XML on the SoapException. Errors and restrictions can have parameters on them that give more information. In this case, the locking user is passed back as one of these parameters.
The restriction codes page in the API documentation lists what parameters you can expect for each restriction. It also has an example of what the XML looks like.
Re: finding out who has locked an item
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-10-2012 07:16 AM in reply to:
doug.redmond
Many thanks, Doug!
With your tip I found out how to get the user...


