cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

Arbortext ACL and Repository API for search CMS

mastachef
12-Amethyst

Arbortext ACL and Repository API for search CMS

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?

 

1 REPLY 1

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?

Top Tags