Skip to main content
14-Alexandrite
February 3, 2025
Solved

No Action options after Check Out of wtPart

  • February 3, 2025
  • 3 replies
  • 587 views

Version: Windchill 12.0

 

Use Case: When selecting Check Out on a wtPart the object is checked out to the user. There are no actions available after check out.


Description:

When selecting Check Out on a wtPart the object is checked out to the user. There are no actions available after check out.
If they use Check Out and Edit then they have normal actions.
It seems that the current version/view is "working copy" if they select Info in the history table for the "Original version" then menu options are available again.

Best answer by LG_10096154

the ReassignViewsFilter filter is using the existing isInRole method in the ValidationHelper class

looks like there is a class cast exception thrown in our custom ReassignViewsFilter class

3 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
February 4, 2025

Hi @LG_10096154 

I would recommend to restart the Windchill server with a temp cleanup 

PetrH

PetrH
Community Manager
March 11, 2025

Hi @LG_10096154,

 

I wanted to see if you got the help you needed.

If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Of course, if you have more to share on your issue, please pursue the conversation. 

 

Thanks,
Anurag 

LG_1009615414-AlexandriteAuthorAnswer
14-Alexandrite
March 11, 2025

the ReassignViewsFilter filter is using the existing isInRole method in the ValidationHelper class

looks like there is a class cast exception thrown in our custom ReassignViewsFilter class