高级自定义 > 业务逻辑自定义 > 自定义 MPMLink > 自定义“具体值属性”条件
自定义“具体值属性”条件
依预设,“具体值属性”条件无法检测物料清单的任何具体值属性。可以将此条件自定义为检测所选属性。使用下列两个与“具体值属性”条件相关的特性通过协调进行检测。
<Propertyname="com.ptc.windchill.associativity.reconciliation.attributes.wt.part.PartUsesOccurrence" multivalued="," default=""/> - 必须更新此特性才能检测到位号变更。例如,
<Propertyname="com.ptc.windchill.associativity.reconciliation.attributes.wt.part.PartUsesOccurrence" multivalued="," default="name"/>。该特性可确保系统能够检测到位号的任何变更。
<Property name="com.ptc.windchill.associativity.reconciliation.attributes.wt.occurrence.UsesOccurrenceUserIBAs" multivalued="," default=""/> - 当在具体值上定义了特定全局或局部属性时,更新此特性。例如,
<Property name="com.ptc.windchill.associativity.reconciliation.attributes.wt.occurrence.UsesOccurrenceUserIBAs" multivalued="," default="OccIBA"/>。在这种情况下,OccIBA 是针对部件使用具体值类型创建的属性。该特性可确保系统能够检测到 OccIBA 属性的任何变更。
* 
这两个特性均位于 WT_HOME/codebase/com/ptc/core/foundation/associativity/xconfs 下的 associativity.properties.xconf 文件中。
这对您有帮助吗?