The Lifecycle Rules Setup defines rules for the Lifecycle operations on linked objects throughout a
Lifecycle Operation (as a result of an operation performed on a specific object).
mwd121兄,能否讲讲Lifecycle Rules Setup和Part Administration的功能?我看两者有一定的相关性。::g::g::r::r
这种操作是否是相互的呢?如果我的文档的生命周期从CHECKIN发布到RELEASE状态,是否PART ADMININISTRATION也要求设置(或者他是自动变化的)。For example, in the above screen, the first rule determines that in order to promote a part from state Pending, the state of its children must be at least Active and the state of the Specification document(s) must be Released. If these conditions are not met, the Promote peration will not be performed and an error message will be displayed.
对于LINK类的理解也有些模糊。
操作不是相互的(文档的生命周期变化时相应零件的状态不会发生变化,而零件的状态变化时文档的生命周期一定发生了变化,比如由a版本变为了b版本)。
smarteam的设计思路是改为以产品为中心了,一切工程变更都是通过零件来启动的,单独的文档发布版本变化是没有任何意义的,它只有与零件相联系才有意义。实际上现在的零件类就是从原来的ITEM类发展来的,只是更丰满了一些罢了。
“For example, in the above screen, the first rule determines that in order to promote a part from state Pending, the state of its children must be at least Active and the state of the Specification document(s) must be Released. If these conditions are not met, the Promote peration will not be performed and an error message will be displayed. “这段话的意思就是在零件自定义状态时可定义相应图档的要求。
”对于LINK类的理解也有些模糊“,什么地方有模糊呢?应该很好理解呀!
General Link Rules
General Link Rules define how to treat the child object, when performing a Lifecycle operation on a parent object. These rules apply to hierarchical links. All objects of this type will be assigned these rules.
是不是可以这样理解:对于一个SW的装配体,当对装配体进行一个LIFECYCLE OPERATION操作(例如CHEKC IN),General Link Rules规则起作用。例如,对于其中的PARTS RULE,就是来检测装配体下面的零件或子装配体是否满足规则的要求,如是否ACTIVE/INACTIVE等等。如果不满足,就不允许进行该LIFCECYCLE 操作。
neuw wrote:
General Link Rules
General Link Rules define how to treat the child object, when performing a Lifecycle operation on a parent object. These rules apply to hierarchical links. All objects of this type will be assigned these rules.
是不是可以这样理解:对于一个SW的装配体,当对装配体进行一个LIFECYCLE OPERATION操作(例如CHEKC IN),General Link Rules规则起作用。例如,对于其中的PARTS RULE,就是来检测装配体下面的零件或子装配体是否满足规则的要求,如是否ACTIVE/INACTIVE等等。如果不满足,就不允许进行该LIFCECYCLE 操作。
General Link RulesJ仅对树链接有效。它在此处所起的作用与以前版本的延续操作相似,例如,如果你在规则中定义当部件图检出时,部件的子部件图和零件图执行拷贝文件操作,则在你对部件图进行生命周期操作的检出时,子会自动默认执行拷贝文件操作。这与以前版本基本上没有改变。由于零件与图档是一般链接关系,在对图档设置General Link Rules 不会影响到零件的状态(当然对图档进行生命周期操作时也不会影响到零件)
General Link RulesJ仅对树链接有效。它在此处所起的作用与以前版本的延续操作相似,例如,如果你在规则中定义当部件图检出时,部件的子部件图和零件图执行拷贝文件操作,则在你对部件图进行生命周期操作的检出时,子会自动默认执行拷贝文件操作。这与以前版本基本上没有改变。由于零件与图档是一般链接关系,在对图档设置General Link Rules 不会影响到零件的状态(当然对图档进行生命周期操作时也不会影响到零件)
但是在General Link Rules有个PART TREE,是定义零件树连接的操作规则的。如果父零件CHECK OUT,由PART TREE RULE 来确定子零件是否检出/或者复制出去。