webject question
Hi All,
I spent a lot of time trying to get product structure form the windchill using webjects. The reason for this is that I'am involved in project at the university aiming to integrate Moodle and Windchill (pretty demanding). My part is to export product structure to file that will be later on uploaded to the students profile in the moodle and linked to particular task. So far I was able to create following webject but I was unable to get whole structure just info about first Part. I'am hopping if someone have suggestion what am i doing wrong or point me in right direction.
Thanks!
here is the code:
<%@taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%>
<html>
<head>
</head>
<h1 align="Center">Query-Tree:Display-Table</h1>
<h2 align="Center">PRODUCT GOLF_CART</h2>
<process name="Query-Tree">
<description>Query-Tree data ...</description>
<ie:webject name="Query-Objects" type="OBJ">
<ie:param name="instance"" data="lan.wctserver.Windchill"/">
<ie:param name="type"" data="WCTYPE|wt.doc.WTPart"/">
<ie:param name="where"" data="number=GC0000003"/">
<ie:param name="attribute"" data="name,obid" delim=","/">
<ie:param name="group_out"" data="lcTemplate"/">
</ie:webject>
<ie:webject name="Query-Tree" type="OBJ">
<ie:param name="INSTANCE"" data="lan.wctserver.Windchill"/">
<ie:param name="TYPE"" data="wt.part.WTPartUsageLink"/">
<ie:param name="DIRECTION"" data="uses"/">
<ie:param name="DEPTH"" data="10"/">
<ie:param name="ATTRIBUTE"" data="obid,number,name" delim=","/">
<ie:param name="MODE"" data="nested"/">
<ie:param name="AUTO_NAVIGATE"" data="true"/">
<ie:param name="SELECTBY"" data="latest"/">
<ie:param name="OUTPUT_TYPE"" data="full"/">
<ie:param name="GROUP_OUT"" data="output"/">
</ie:webject>
<ie:webject name="Display-Table" type="DSP">
<ie:param name="BORDER"" data="1"/">
<ie:param name="GROUP_IN"" data="output"/">
<ie:param name="ATTRIBUTE"" data="obid,number,name" delim=","/">
<ie:param name="HEADER"" data="obid,Number,Name" delim=","/">
<ie:param name="CAPTION"" data="Query-Tree" resutl=" table"="/>
<ie:param name="TITLE"" data="Display-Table"/">
<ie:param name="POST_TITLE_TEXT"" data="</i"> by FMENA"/>
</ie:webject>
</process>
</html>

