Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hello. I am really looking to get some feedback and help.
In Arbortext, I am able to get the logicalId of the current document. I wish to use this information to call Windchill and have Windchill do a search for this document. Next, I want to display the result(s) of the document in the "Browser" dialog.
- What ACL Repository API calls should I look at to call Windchill from Arbortext with this information?
- Is the Arbortext ''Browser' dialog (which returns the results of a search) available/exposed to a developer? What ACL calls are related?
Thank you for your response.
So I found that the Repository API function poid_list_parents() seems to work. The array that is returned will need to be parsed for the id of the document. Once I have that, how does one use it to generate a dialog window and have the file highlighted?