Skip to main content
3-Newcomer
August 7, 2024
Question

Creating Custom Action in File browser Right click menu

  • August 7, 2024
  • 1 reply
  • 822 views
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.0.0

Hi all,
I'm trying to create a button viewable after right clicking an object within the file browser. I'm not sure which model I need to edit in order to achieve this. I'd also like this button to interact with the API using the object OID to download the file, and after making changes with the file reupload the file in its place. is this possible?
My main issues are I'm not sure what model I need to customize to achieve this and after I create the button in the model, I'm not sure how I can correctly hook my custom class to the button to do the Api interactions and the edits I need .

    1 reply

    16-Pearl
    August 7, 2024

    Did you activating the jcadebug?

    Append &jcaDebug=1 to the url of the Windchill page in question and then use the ladybug links to inspect model.

    3-Newcomer
    August 7, 2024

    Thank you! Using this help me find the models in question. However still having trouble getting my button to display and connecting to custom module.