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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How to download EPMDocument content using SQL expression or Windchill API

Neo
1-Newbie
1-Newbie

How to download EPMDocument content using SQL expression or Windchill API

Hello,

Is it possible to download the EPMDocument 3D data using the SQL expression or the Windchill API just like we can do it for WTDocument

2 REPLIES 2
cmouli
1-Newbie
(To:Neo)

HI Aniket,

       Which content you want to download, Primary or seconday ??

BineshKumar1
12-Amethyst
(To:Neo)

Not through SQL Expressions. you can use  ContentHelper.service.getContentsByRole(holdertocontent, ContentRoleType.PRIMARY) or  ContentHelper.service.getContentsByRole(holder, ContentRoleType.SECONDARY) depending on the type of attachment

Top Tags