Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
All,
I am looking for a Windchill Info*Engine webject task to get the content (using get-contentitems)of the WTDocument.
What I am exactly looking is a query to return the actual file (the primary content) or any attached file.
I am using Windchill 9.0, I tried the examples given in the WCAdapterGuide, but it didn't work.
So I thought I shall check with the experts here before spending too much time doing R&D on it.
Any help is highly appreciated.
--
Sudheer
Thanks Thomas for the suggestion.
I shall for once try the way you suggested and will update you.
Is there a way that I just use the I*E Webject to get the content (physical file, be it primary or secondary) by passing the OBID to the OBJECT_REF param (<ie:param name="OBJECT_REF" data="<%=obid%">">), and then the file gets stored in any physical location I provide in STAGING_AREA (<ie:param name="STAGING_AREA" data="pathname"/">, the documentation states that).
What I am exactly looking is that if I can get this content (just by using I*E Webject query) stored on a physical location (say temp directory) so that I can pass it to a external system (application).
--
Sudheer