为对象关联配置批量更新
默认会在 custom.site.xconf 文件中提供这样一个特性,即用于控制可在使用“批量更新制造对象”操作时更新的关联。有关详情,请参阅设置特性值和传播变更
下表显示用于为特定关联配置“批量更新制造对象”的特性。您不能添加或更新这些特性中的任何一个。
特性
说明
<Property name="massUpdate.Collection.810"
default="WCTYPE|wt.part.WTPartUsageLink,usedBy,uses"/>
可用于更新与父项部件关联的子项部件。
<Property name="massUpdate.Collection.802"
default="WCTYPE|wt.part.WTPartDescribeLink,describes,describedBy"/>
可用于更新与部件关联的说明方文档。
<Property name="massUpdate.Collection.803"
default="WCTYPE|wt.part.WTPartReferenceLink,referencedBy,references"/>
可用于更新与部件关联的参考文档。
<Property name="massUpdate.Collection.804"
default="WCTYPE|com.ptc.windchill.mpml.MPMDocumentDescribeLink,
describes,describedBy"/>
可用于更新与工序、工艺计划、序列和资源相关联的说明方文档。
<Property name="massUpdate.Collection.805"
default="WCTYPE|com.ptc.windchill.mpml.MPMDocumentReferenceLink,
referencedBy,references"/>
可用于更新与工序、工艺计划、序列和资源相关联的参考文档。
<Property name="massUpdate.Collection.806"
default="WCTYPE|com.ptc.windchill.mpml.processplan.operation.
MPMOperationToWorkCenterLink,referencedBy,references"/>
可用于更新分配至工序的工作中心。
<Property name="massUpdate.Collection.808"
default="WCTYPE|com.ptc.windchill.mpml.processplan.operation.
MPMOperationToConsumableLink,referencedBy,references"/>
可用于更新分配至工序的工艺资源,比如技能、工具或工艺材料等。
<Property name="massUpdate.Collection.807"
default="WCTYPE|com.ptc.windchill.mpml.processplan.operation.
MPMOperationProcessLink,referencedBy,references"/>
可用于更新分配至工序的制造功能。
<Property name="massUpdate.Collection.809"
default="WCTYPE|com.ptc.windchill.mpml.MPMStandardProcedureLink,usedBy,uses"/>
可用于更新分配至工序的标准程序。
<Property name="massUpdate.Collection.9010"
default="WCTYPE|wt.mpm.rawmaterial.RawMaterialLink,makes,madeFrom"/>
可用于更新由原材料或半成品部件构成的半成品或成品部件。
要针对批量更新启用日志,请执行以下步骤:
1. 打开 WT_HOME/codebase/WEB-INF/log4jMethodServer.properties 文件。
2. 在该文件中添加以下代码行:
logger.massupdate.name=com.ptc.windchill.massupdate
logger.massupdate.level=INFO
这对您有帮助吗?