136. 如何在Teamcenter AWC 中显示表属性
136. 如何在Teamcenter AWC 中显示表属性在AWC 中显示表属性,需要在AWC 的summary stylesheet 中定义objectSet 标签,如
下:
<page title = "Table Property" visibleWhen="object_type==G2_CustomItemRevision">
<section title ="Employee Information - Definition Details">
<tableProperty name="g2_TableProperty">
<property name="g2_Title"/>
<property name="g2_FirstName"/>
<property name="g2_LastName"/>
<property name="g2_EmployeeID"/>
</tableProperty>
</section>
</page>
你好 我想问下summary stylesheet 是自己创建的渲染文件吗?还需要其它配置吗?
页:
[1]