Community Tip - You can change your system assigned username to something more personal in your community settings. X
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
HI Aniket,
Which content you want to download, Primary or seconday ??
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
