admin 发表于 2017-4-17 09:17:50

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>

zhu.boo@163.com 发表于 2018-5-7 10:20:15

你好 我想问下summary stylesheet 是自己创建的渲染文件吗?还需要其它配置吗?
页: [1]
查看完整版本: 136. 如何在Teamcenter AWC 中显示表属性